Package io.github.danlewis783.jpackage
package io.github.danlewis783.jpackage
-
ClassesClassDescriptionOptions for building native installers from the application image.Configuration for packaging a Java application with the
jpackagetool.Runsjpackage --type app-imageto produce a self-contained application image (native launcher plus bundled Java runtime), then copies the configured documentation files into the image root.Runsjpackage --type <installer-type> --app-image ...to build native installers from a previously created application image.Packages a Java application with the JDK'sjpackagetool.