Automatically Creating Manifest File with Eclipse for JAR Files

后端 未结 8 1211
野性不改
野性不改 2021-01-04 01:50

How can I create a Manifest file for a group of JAR file I have already created.

I used Eclipse to create my JAR file.

Is there any better way o

相关标签:
8条回答
  • 2021-01-04 02:33

    Manifest files are text files. And since JAR files are actually ZIP files, you can also add the manifest using a tool like 7-zip. This doesn't work for signed JARs, of course.

    0 讨论(0)
  • 2021-01-04 02:36

    Also you can take a look at this documentation, this helped me to solve the issue using the Eclipse wizard.

    See Eclipse Documentation

    0 讨论(0)
提交回复
热议问题