View Single Post
  #4 (permalink)  
Old February 11th, 2003
trap_jaw trap_jaw is offline
Distinguished Member
 
Join Date: September 21st, 2002
Location: Aachen
Posts: 733
trap_jaw is flying high
Default

Add /usr/java/bin or where ever Sun put the java executable to your path by adding the following lines to your ~/.profile file:

JAVA_HOME=<path to your java installation, e.g "/usr/java/">
export JAVA_HOME
PATH=$PATH:<path to the directory where Sun's java executable is located e.g. "/usr/java/bin">
export PATH
Reply With Quote