Automatically Creating Manifest File with Eclipse for JAR Files

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

    With Ant you can use jar task. It has a manifest option to specify all the attributes yo need to include. Something like this:

      
               
            
            
             
            
            
            
            
            
            
            
            
            
            
            
                          
            
            
       
    

提交回复
热议问题