Automatically Creating Manifest File with Eclipse for JAR Files

后端 未结 8 1212
野性不改
野性不改 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:16

    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  
    

提交回复
热议问题