Jetpack is a build tool that can convert Java applications into native executables for Windows, Linux and (soon) MacOS.
Jetpack v1.0.0 currently can generate sophisticated shell scripts for your Java app for Linux and Windows. Future versions will able to support native binaries / apps for Windows, Linux and MacOS.
- Download the current release tar file and extract to your system
$> bin/jetpack [name] [main] [platforms] [directory]
where:
- name: name of executable to generate
- main: name of class with main() that should be launched
- platforms: platforms to generate executables (linux|window - default both)
- directory: directory that executables should be built
- v1.0.0 - Support generating shell and batch scripts
- v1.1.0 - Support generating .exe executables
- v1.2.0 - Support generating MacOS applications
- v1.3.0 - Support generating universal tar/zip files
- jetpack [executable|package] [descriptor] [platforms] [directory]
- jetpack [executable|package] [name] [main] [platforms] [directory]