cuzvinn
10-14-2001, 04:21 PM
Im trying to set the path variable for jdk on the bash shell. This is what I have in .bash_profile:
PATH=$PATH:$HOME/bin:/usr/java/jdk1.3.1_01/bin
Assuming the the actual path is correct, why does this not work. Is the syntax wrong?
Thanks
PATH=$PATH:$HOME/bin:/usr/java/jdk1.3.1_01/bin
Assuming the the actual path is correct, why does this not work. Is the syntax wrong?
Thanks