View Single Post
  #2 (permalink)  
Old November 30th, 2001
peterm peterm is offline
Novicius
 
Join Date: November 30th, 2001
Posts: 3
peterm is flying high
Default PATH needs to be adjusted

Hi

You need to adjust the PATH-Variable, so that
the newly installed JAVA-stuff is looked for
when trying to start a program.
In a shell-window, type (Syntax for bash)
cd

PATH=/usr/lib/jdk1.XXXX/jre/bin:$PATH;export PATH;

where /usr/lib/jdk1.xxxx/ reflects the directory
path to your installation of JDK.
Then, in the same shell-window, start installation again.
Reply With Quote