Build "static" jar
Hi,
I'd like to build a minimal sized "static" jar. That means a jar that wouldn't need any other jar in the classpath to be present, because it already includes all it needs.
Like building a static executable in C which include all dlls and only needed dlls.
It s definitely possible to do that manually, but is a tool or a standard way to do that ?
Thx a lot for any help.

