First page Back Continue Last page Graphics
Packages and the CLASSPATH Variable
The class path is actually a list of directories in which to look for packages in which classes reside
When a source file does not have a package statement, its class goes into an unnamed default package, which is always searched
When a source file has a package statement, then the class path must have the directory containing the directory representing the package