I find it to be the best way to be up-to-date with Sun Java6.
Previously posted method redacted, but kept for historical purposes.
sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
You probably also want to remove the existing openJDK and icedtea as well. You can do that with the following command
sudo apt-get remove icedtea-* openjdk-*-Thanks for the heads-up Derek
I don't remember the exact ones which were installed, however, the above will certainly remove all of them.
EDIT: Note, a newer and better way is available see top of post.
1 comment:
I think you mean sudo apt-get remove icedtea-* openjdk-*.
Cheers! It looks to have cleared a few things up.
Post a Comment