Native JDK9 Application Bundles
With JDK9 we can dramatically reduce the size of self-contained application bundles. Javapackager does not optimize for minimal runtime size. JLink on the other hand does not create native launchers (only launch scripts). This can be problematic, e.g., for app distribution to the Windows AppStore. Combining both commands results in …