If you are compiling against a file contained in another directory (or in a .jar in another directory),
you can set the classpath to the location of the file and compile from where you are.
The simplest way to set the classpath is to set the CLASSPATH environment variable. For example:
setenv CLASSPATH .:/user/bseay/allmyfiles
You can also do it when calling javac:
javac -classpath .:/user/bseay/allmyfiles superhardprogram.java
This is also true for running a file.
Monday - Friday:
7 am - Midnight
Saturday:
10 am - 7 pm
Sunday:
12 pm - Midnight
Hours subject to change during holidays, emergencies, and summer semester.