First page Back Continue Last page Graphics
Packages and the CLASSPATH Variable (cont'd)
Suppose the unix path for foo is ~/java/foo. Then:
- 10% setenv CLASSPATH ~/java
More than one directory can be added to the class path by separating them with colons (:)
- 11% setenv CLASSPATH ~/java:.
- Adding the current directory (.) insures that files in the current directory without a package specification will be searched