Java-Specific Functionality

Java Launchers

InstallBuilder installers can create Java launchers, which are binaries that allow running Java-based applications as if they were native. They work by locating an installed JRE in the target machine or using one provided to launch a Java application with the right options.

You can maximize the benefits of our Java launchers by combining them with our ready-to-use OpenJDK Bundles in your installers.

Check our documentation (Java Chapter) for more details on how InstallBuilder can be used to produce installers for your Java-based applications.

Java-Specific Functionality