The /META-INF/MANIFEST.MF file has to contain the following:
Manifest-Version: 1.0
Class-Path: b.jar a.jar
Be careful with upper/lower case.
If "b.jar" is declared before "a.jar", the "b.jar" classes will override the "a.jar" classes with the same fully qualified name
No comments:
Post a Comment