RE: Javac error and ANOTHER QUESTION

1999-09-07 Thread -=Steve-o=-
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

RE: Javac error and ANOTHER QUESTION

1999-09-07 Thread Smiley, Jr., Edward
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?