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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -