I think it was either
export PATH=/usr/local/jdk117_v3/bin:$PATH
or
setenv PATH /usr/local/jdk117_v3/bin:$PATH
Steve.
**
Please email replies to:[EMAIL PROTECTED]
as when I leave Lancaster in a few weeks, the current
address will be w
I did that and it worked great. Thanks! I just have two other problems.
Everytime I want to run the complier I have to say the following:
$ /usr/local/jdk117_v3/bin/javac hw01_FirstProgram.java
I know that there is some way to make a path so you only have to say
javac hw01_FirstProgram.java?