项目作者: abrayall

项目描述 :
Native Executable Builder for Java
高级语言: Java
项目地址: git://github.com/abrayall/jetpack.git
创建时间: 2017-06-29T21:17:54Z
项目社区:https://github.com/abrayall/jetpack

开源协议:Apache License 2.0

下载


Jetpack - Native Executable Builder

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.

Install

Usage

  1. $> bin/jetpack [name] [main] [platforms] [directory]
  2. where:
  3. - name: name of executable to generate
  4. - main: name of class with main() that should be launched
  5. - platforms: platforms to generate executables (linux|window - default both)
  6. - directory: directory that executables should be built

Schedule

  • 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

Design Notes

  • jetpack [executable|package] [descriptor] [platforms] [directory]
  • jetpack [executable|package] [name] [main] [platforms] [directory]