View Single Post
  #2 (permalink)  
Old April 13th, 2002
Taliban Taliban is offline
Gnutella Aficionado
 
Join Date: March 13th, 2002
Location: Aachen
Posts: 832
Taliban is flying high
Default

set the PATH in your environment:

use "$PATH" to show your path (assuming you are using bash)
use "export PATH=$PATH:[path to your JavaVM]" to set your path

your JavaVM might be located at

/usr/lib/java/bin
/usr/local/lib/jre/bin
/usr/lib/jdk1.4.0/bin

or a similar directory, it depends on which distribution you are using...
Reply With Quote