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
A manifest is a simple text file, Sun's tutorial describes its contents in detail.
All you have to do is create such a file and update the JAR files with this command:
jar cfm