sajchurchey
06-15-2003, 01:00 PM
I am using RH 7.3, and I have tried adding the following lines towards the end of /etc/profile and /etc/bashrc in order to allow access to the java SDK binaries:
export PATH=$PATH;/usr/java/j2sdk1.4.1_03/bin
For some reason when i bring up a terminal, the PATH doesn't work, and it displays the following error msg:
bash: /usr/java/j2sdk1.4.1_03/bin/: is a directory
which I thought was the entire point of the PATH variable.
Also, what should I set CLASSPATH equal to in order for other java compilers to have access to the SUN Java API?
export PATH=$PATH;/usr/java/j2sdk1.4.1_03/bin
For some reason when i bring up a terminal, the PATH doesn't work, and it displays the following error msg:
bash: /usr/java/j2sdk1.4.1_03/bin/: is a directory
which I thought was the entire point of the PATH variable.
Also, what should I set CLASSPATH equal to in order for other java compilers to have access to the SUN Java API?