Oracle Java

Ubuntu stuff
Post Reply
thockman
Site Admin
Posts: 104
Joined: Thu Dec 15, 2005 5:51 pm
Location: Kansas City
Contact:

Oracle Java

Post by thockman » Fri Jun 15, 2012 4:11 pm

Here is how I have been install oracle java. I have some apps that have issues with openjdk and icedtea plugin.
Ref: http://www.webupd8.org/2012/01/install- ... u-via.html
If you don't have add-apt-repository you can sudo apt-get install python-software-properties or add manually.

Code: Select all

#!/bin/bash
sudo rm /var/lib/dpkg/info/oracle-java7-installer*
sudo apt-get purge oracle-java7-installer*
sudo rm /etc/apt/sources.list.d/*java*
sudo apt-get update
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest