PDA

View Full Version : [SOLVED] Oracle (Sun) Java 6 is no longer available



webusr1
April 7th, 2012, 12:51 PM
I understand Oracle (Sun) Java 6 is no longer available to be distributed by Ubuntu, because of license issues.


However, I'm taking classes at the University using Ubuntu 10.04 with Open JDK and Open JDK is not doing the job. I've reported the problem to the University, but they really don't care about this problem and I've been told to use Oracle (Sun) Java 6... :_(


Is there a PPA that I can use to load Oracle (Sun) Java 6, and does that mean I have to remove Open JDK? And, does Ubuntu have the procedure documented somewhere for configuring Oracle (Sun) Java 6?


Thanks!

Cheesemill
April 7th, 2012, 01:09 PM
http://www.duinsoft.nl/packages.php?t=en

lykeion
April 7th, 2012, 01:09 PM
https://help.ubuntu.com/community/Java#JDK_or_JRE

sammiev
April 7th, 2012, 01:29 PM
This is the way I keep the latest version of Oracle Java (http://sites.google.com/site/easylinuxtipsproject/java) on my OS.

webusr1
April 7th, 2012, 03:01 PM
Got it. I'll try one tonight and mark the thread solved when it works.

Thanks everyone!

This forum rocks!:guitar:

rpaco
April 7th, 2012, 04:29 PM
This is the way I keep the latest version of Oracle Java (http://sites.google.com/site/easylinuxtipsproject/java) on my OS.

Unfortunately using that stopped Libre Office Base from working.

sammiev
April 7th, 2012, 04:34 PM
Unfortunately using that stopped Libre Office Base from working.


Just tried it here and I have no issues running Libre Office Base.

webusr1
April 15th, 2012, 02:34 AM
Done, I'm good. Java 6 WebBrowser JRE Plugin now works in Ubuntu 10.04.

Reviewed two web sites:
http://sites.google.com/site/easylinuxtipsproject/java
http://www.duinsoft.nl/packages.php?t=en#hand


Removed the IcedTea Java-plug-in using Synaptic and ran the following:


EDIT sources.lists put the line
deb http://www.duinsoft.nl/pkg debs all
in the file /etc/apt/sources.list, either using Software Sources from your System Menu or by editing the file in an editor (as root)
or:
put this line in a file named (e.g.) duinsoft.list in the directory /etc/apt/sources.list.d
import the gpg key with the command (all on one line)
sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 5CB26B26
enter the commands (two lines)
sudo apt-get update
sudo apt-get install update-sun-jre