How to install Sun’s Java Development Kit (JDK) v5.0 : Ubuntu (6.06.1 / 6.10)
I recently started learning Java and found that I needed the Java Development Kit to be able to develop or compile any Java programs. Below is a quick outline on how to install Sun’s Java Development Kit v5.0 for java development on Ubuntu 6.06.1 or 6.10 machines. sudo aptitude install sun-java5-jdk You will have to… Read More »