Put external library to the JAR? [closed]

Of course you can. There are a few open source projects that can be downloaded with a “bundle jar” that contains all the dependencies.
You need to extract all the jars and then jar them again to one file.
An example of doing this with Ant can be seen here.

Leave a Comment