Can i combine many jar files in one jar file

前端 未结 8 2057
囚心锁ツ
囚心锁ツ 2020-12-18 11:07

I have multiple JAR files, which I have to add to classpath in Eclipse.

Is it possible to combine 30 files in one file and include that file?

8条回答
  •  攒了一身酷
    2020-12-18 11:31

    Your may want to have a look at jarjar.

    If you use an ant task you can also go for zipgroupfileset:

    
        
    
    

提交回复
热议问题