Packages your JAR, assets and a (minimized) JVM for distribution on Windows (ZIP), Linux (ZIP) and Mac OS X (.app), adding a native executable file to make it appear like the app is a native app. Packr is most suitable for GUI applications.
Packr packages JAR files, assets and a JVM for distribution on Windows (ZIP), Linux (ZIP) and Mac OS X (.app). It also adds a native executable file to make it appear like the app is a native app. Packr is most suitable for GUI applications, such as games made with libgdx. It is able to minimize the packed JVM to decrease the size of the whole package.
The manual and downloadable versions can be found on GitHub.