Posts tagged ‘ubuntu’

JDK installer command for debian/ubuntu

Use the following commands to install JDK in Debian based distros. Too basic?? sorry I am too absent-minded :)

sudo apt-get install sun-java6-jdk – For the JDK (Developer)
sudo apt-get install sun-java6-jre – For the JRE (User)