Can i combine many jar files in one jar file

前端 未结 8 2063
囚心锁ツ
囚心锁ツ 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条回答
  •  萌比男神i
    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.

提交回复
热议问题