One-JAR is a simple solution to the problem of distributing an application as a single jar file, when it depends on multiple other jar files. It uses a custom classloader to discover library jar files inside the main jar.
| Tags | Installation/Setup |
|---|---|
| Licenses | BSD Revised |
| Implementation | Java |