Can i combine many jar files in one jar file

前端 未结 8 2015
囚心锁ツ
囚心锁ツ 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:33

    There is another thread here that explains how to package jars for releases, including using Ant, jarjar and eclipse plugins.

    0 讨论(0)
  • 2020-12-18 11:37

    Jar files are just ZIP files, so you can try to unzip all jars, put all files together and then ZIP them again.

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