CLASSPATH
Many times classes needed are available in a repository other than the Java API.
Set the CLASSPATH environment variable to point to such repositories. Assume that one such is located at /projects/bina/cse116/
setenv CLASSPATH .:/util/lang/jdk1.1.6/lib/classes.zip:/projects/bina/cse116/
You may import packages from this directory or use classes from