I want to include class files in other directories, and not in the main class directory.
If I put these directories in the Class-Path property of MANIFEST.MF , this will not work.
Why? Is there any solution other than packing these classes in a jar file?
source share