I have some classes say I have 20 classes with different objectives. Now what I want to do is that I want to make a single jar file of all of them. I want to do this because I want to use these classes as a single Jar in other projects. How can I do this?
Share
There’s already a good discussion on merging multiple jars using ANT here, if you want it as part of a build process:
Clean way to combine multiple jars? Preferably using Ant