开发者

Packaging executable Jar - including dependent Jars

开发者 https://www.devze.com 2023-04-03 12:13 出处:网络
I need to come up with single executable Jar which has dependent jars and source class bundled togather. Is there any way we could achieve this using ANT build ? Please help me. I tried many options a

I need to come up with single executable Jar which has dependent jars and source class bundled togather. Is there any way we could achieve this using ANT build ? Please help me. I tried many options and nothi开发者_Python百科ng seems to work out.


Eclipse makes this easy. Just export your working project as a Runnable Jar File. It will even create an ANT script for you to automate the process.

0

精彩评论

暂无评论...
验证码 换一张
取 消