I am newbie to Ubuntu and Java. I need to install Sun Java 1.5 (not 1.6) JDK in Ubuntu. I tried the followings
"apt-get install" but it installs the latest version of Java not Java 1.5.
I downloaded Java for Linux (not RPM) and change its mode using
chmod +x jdk-1_5_0_22-linux-i586.bin. After that execute/.jdk-1_5_0_22-linux-i586.binin the terminal. but I got "missing install.sys" error message.
Can any one help me on this?
Thank you, Regards, Robo
sudo apt-get install ia32-libs– Shakedown Aug 29 '11 at 5:47