How can I create a Manifest file for a group of JAR file I have already created.
Manifest
I used Eclipse to create my JAR file.
Is there any better way o
With Ant you can use jar task. It has a manifest option to specify all the attributes yo need to include. Something like this: