Native Executable Builder for Java
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.
$> 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