我可以在一个jar文件中结合许多jar文件 [英] Can i combine many jar files in one jar file

查看:128
本文介绍了我可以在一个jar文件中结合许多jar文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

gals和任何其他物种

gals and any other species


我可以在一个文件中组合30个文件,然后包含该文件

I have many jar files , which i have to add in class path in eclispe. Is it possible that i can combine 30 files in one file and then include that file

推荐答案

您可能想看看 jarjar

如果你使用蚂蚁任务,你也可以去 zipgroupfileset

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

<zip destfile="jarlibrary.jar">
    <zipgroupfileset dir="lib" includes="*.jar"/>
</zip>

这篇关于我可以在一个jar文件中结合许多jar文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆