Skip to content

Instantly share code, notes, and snippets.

@albertjimenez
Created September 1, 2019 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albertjimenez/cc6ad78e0e77e05bd05ad2934b9031d1 to your computer and use it in GitHub Desktop.
Save albertjimenez/cc6ad78e0e77e05bd05ad2934b9031d1 to your computer and use it in GitHub Desktop.
Bundle Native APP java
javapackager \
-deploy -Bruntime=${JAVA_HOME} \
-native image \
-outdir release \
-outfile CoordsKutxa.app \
-srcdir . \
-srcfiles kutxabank-1-jar-with-dependencies.jar \
-appclass MainKt \
-name "CoordsKutxa" \
-title "Coords Kutxa"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment