Ubuntu - Install Java 6
To install Java 6 in Ubuntu, you could install by downloading the install package from Java website.
Another easier way is to use apt-get, type the following
sudo apt-get install sun-java6-jdk
This will install latest Java 6 JDK
Another easier way is to use apt-get, type the following
sudo apt-get install sun-java6-jdk
This will install latest Java 6 JDK
Comments
Post a Comment