- Download the j2sdk from http://java.sun.com/j2se/downloads.html
For now the version is JDK 6 Update 17
I choose to download the jdk-6u17-linux-i586.bin - Copy the jdk-6u17-linux-i586.bin to /usr
cp jdk-6u17-linux-i586.bin /usr - Change owner to root & input password
su
- Execute the bin file
cd /usr
./jdk-6u17-linux-i586.bin - Do you agree to the above license terms? [yes or no]
yes - The installation is processing, then press Enter you'll see Done and finish the Java 2 SDK installation.