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.
精彩评论