- For a .jar or .zip file that contains .class files,
the class path ends with the name of the .zip or .jar file.
- For .class files in an unnamed package, the class path ends
with the directory that contains the .class files.
- For .class files in a named package, the class path ends with
the directory that contains the "root" package (the
first package in the full package name).




