View Single Post
  #6 (permalink)  
Old September 14th, 2002
Doogie Doogie is offline
Novicius
 
Join Date: September 14th, 2002
Location: Ohio
Posts: 4
Doogie is flying high
Default bash

PATH=$PATH:/usr/local/j2sdk1.4/bin ;
export PATH

all that was missing was the "semi colon" to add the directory to your PATH.

Then you can type "echo $PATH" to see if the directory was added!
Reply With Quote