This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I have 2 JAR files. For example a.jar and b.jar.
a.jar is the library to b.jar. Can I combine these JAR files so that I can run it using one JAR?
Thanks for help.
Suggesting Maven seems like a bit of overkill for what is a relatively simple requirement--that would require a complete overhaul of the original poster's project.
Kabron Kline
Greenhorn
Joined: Aug 07, 2009
Posts: 20
posted
0
David Newton wrote:Suggesting Maven seems like a bit of overkill for what is a relatively simple requirement--that would require a complete overhaul of the original poster's project.
Indeed it may be overkill for a small project; however, Maven has features that would make the task fairly straight forward should other features that it offers be desirable.