Tag Archives: Suse

Manually install JDK 6 on Suse Linux Enterpise Edition 10 SP2

First remove older and maybe protected JDKs with yast. yast -> Software -> Software management Then invoke following command on console. ./jdk-6u14-linux-i586-rpm.bin Afterwards create file /etc/profile.local and add following line. export JAVA_HOME=/usr/java/jdk1.6.0_14 That’s it.

Posted in Linux, Suse | Tagged , , , | Leave a comment