HTTP/1.1/GET Tue, 09 Feb 2010 00:12:59 +0000
URL » www.hafenscher.net/wiki/index.php?page=Installing_Java_5_on_Linux

Wiki › Linux, Mac OS X, Windows and more.

Page: Installing Java 5 on Linux

INSTALLING JAVA 5 ON LINUX
Here is a description to install Suns Java 5 on Linux Systems.

First download the latest java binary package from sun homepage.
Afterwards execute it (after setting executable flag).

chmod u+x ./jdk-1_5_0_04-linux-i586.bin
./jdk-1_5_0_04-linux-i586.bin

After this there will be a folder in the directory where you executed the binary.
Move the folder to any desired location.

mv ./jdk1.5.0_04 /opt

Last step is to set some environment variables

export JAVA_HOME=/opt/jdk1.5.0_04
export PATH=/opt/jdk1.5.0_04/bin:$PATH

Also want to Installing java plugin for mozilla? Installing Java plugin for Mozilla Firefox


© 2000 - 2010 Wolfgang Hafenscher
About   Impressum   Disclaimer

Online Consulting

validate
# 20001