< prev index next >

modules/fxpackager/src/main/resources/com/oracle/tools/packager/JLinkBundlerHelper.properties

Print this page

        

*** 1,10 **** ! param.app-module-path.name=App Module Path ! param.app-module-path.description=At appliciton runtime, this is the module path the runtime will look for modules in. ! param.link-module-path.name=Link Module Path ! param.link-module-path.description=When packaging the Java Runtime, this is the path JLink will look in for modules. param.add-modules.name=Add Modules param.add-modules.description=List of Modules to add to JImage creation, including possible services. param.limit-modules.name=Limit Modules --- 1,10 ---- ! param.jdk-module-path.name=JDK Module Path ! param.jdk-module-path.description=When packaging the Java Runtime, this defaults the Packager's JDK modules directory but can be overriden with a different JDK modules directory. ! param.module-path.name=Module Path ! param.module-path.description=When packaging the Java Runtime, this is the path JLink will look in for modules. param.add-modules.name=Add Modules param.add-modules.description=List of Modules to add to JImage creation, including possible services. param.limit-modules.name=Limit Modules
*** 17,21 **** --- 17,23 ---- param.jlink-options.description=Options to be added to JLink invocation. param.jlink-builder.name=JLink Builder param.jlink-builder.description=Name of the JLink Builder to build the applicaiton image with. + param.strip-executables.name=Strip Native Executables + param.strip-executables.description=Removes native executables from the JImage creation.
< prev index next >