Package io.github.danlewis783.jpackage


package io.github.danlewis783.jpackage
  • Classes
    Class
    Description
    Options for building native installers from the application image.
    Configuration for packaging a Java application with the jpackage tool.
    Runs jpackage --type app-image to produce a self-contained application image (native launcher plus bundled Java runtime), then copies the configured documentation files into the image root.
    Runs jpackage --type <installer-type> --app-image ... to build native installers from a previously created application image.
    Packages a Java application with the JDK's jpackage tool.