Thread
:
Newbie - Don't Know What To Do!!!
View Single Post
#
6
(
permalink
)
September 14th, 2002
Doogie
Novicius
Join Date: September 14th, 2002
Location: Ohio
Posts: 4
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!
Doogie
View Public Profile
Find all posts by Doogie