java - Listing or bundling all needed dependencies of a Jar file. How? -
i'm working .jar file needs other .jar files work correctly. problem of jar dependencies depend yet in other jar dependencies. game goes on.
i'm in tool allow me either give original jar file , set of possible jar files / folders dependencies must , have tell me ones needed or tool bundle them together.
the first option preferred one, although second 1 alright, too.
what's simplest way accomplish task? (this isn't maven project).
thanks
if you're using apache maven
, can use shade
or onejar
plugin accomplish that. can use onejar
apache ant
.
Comments
Post a Comment