This tutorial will show how to install sun java 6 jre for those having problem installing it on Ubuntu 12.04.
OAB-Java is a project hosted on github.com that create a local ‘apt’ repository for Sun Java 6 and/or Oracle Java 7 packages.
I want to play this java simulation: http://www.compadre.org/OSP/items/detail.cfm?ID=9640 in java 3d mode on a linux (ubuntu) system. But it doesn't work.
If I switch to java 3d-mode it complains that java 3d is not installed. sudo aptitude install libjava3d-java didn't help.
Then I did a right click in this java app and selected Diagnostics-> About Java 3D.
Due to the new Java license, Oracle JDK was removed from Ubuntu repository and it doesn’t be hosted in the PPA.
If you want to use Oracle Java instead of OpenJDK Java Runtime in Ubuntu.
If you’re using Ubuntu 11.10 (oneiric ocelot) beta1 (released on the first of this month), then first install some basic applications – if you want a list then go here – I’ve already covered in a post – 10 things to do after fresh installation of Ubuntu 11.10.
I want to install JDK 1.6, and executed this command:
Code:
alternatives --install /usr/bin/java java /usr/lib/java/jdk1.6.0_45/bin/java 20000
But the symbolic link does change at all. What might be wrong?