To install JDk 6 (Java Developement Kit 6 ) in ubuntu 10.04 from the command line, we just need to use the following command. This will install all other dependencies automatically.
sudo apt-get install openjdk-6-jdk
sudo apt-get install openjdk-6-jdk
Comments