The JarJar ClassLoader
This custom class loader allows you to load classes from .JAR files that are stored inside your main .JAR file -- so if your applet or application needs to access other libraries which are already packaged as .JAR files, you can now just include them in your main .JAR file.
The current version is not documented, but operation is fairly obvious. Future versions will be documented as well as having new features (such as support for some sort of indexing document for mapping classes to jars such as that supported by the "jar -i" option in recent versions of Java).
This software is made freely available under the MIT License.
Downloads
- Binaries
- Source
This package requires files from the javas package.