< prev index next >

modules/fxpackager/src/main/resources/jdk/packager/internal/JLinkBundlerHelper.properties

Print this page




  14 param.detect-modules.description=Automatically calculate modules to Limit JImage creation to.
  15 
  16 param.jlink-options.name=JLink Options
  17 param.jlink-options.description=Options to be added to JLink invocation.
  18 
  19 param.jlink-builder.name=JLink Builder
  20 param.jlink-builder.description=Name of the JLink Builder to build the applicaiton image with.
  21 
  22 param.strip-executables.name=Strip Native Executables
  23 param.strip-executables.description=Removes native executables from the JImage creation.
  24 
  25 param.main.module.name=Main Module
  26 param.main.module.description=The main module of the application.  This module should have the main-class, and is on the module path.
  27 
  28 error.srcfiles.contain.modules=Error: Modules are not allowed in srcfiles: %s.
  29 
  30 warning.no.jdk.modules.found=Warning: No JDK Modules found.
  31 
  32 message.detected.modules="Automatically adding detected modules: %s."
  33 message.modules="Adding modules: %s to jimage."




  14 param.detect-modules.description=Automatically calculate modules to Limit JImage creation to.
  15 
  16 param.jlink-options.name=JLink Options
  17 param.jlink-options.description=Options to be added to JLink invocation.
  18 
  19 param.jlink-builder.name=JLink Builder
  20 param.jlink-builder.description=Name of the JLink Builder to build the applicaiton image with.
  21 
  22 param.strip-executables.name=Strip Native Executables
  23 param.strip-executables.description=Removes native executables from the JImage creation.
  24 
  25 param.main.module.name=Main Module
  26 param.main.module.description=The main module of the application.  This module should have the main-class, and is on the module path.
  27 
  28 error.srcfiles.contain.modules=Error: Modules are not allowed in srcfiles: %s.
  29 
  30 warning.no.jdk.modules.found=Warning: No JDK Modules found.
  31 
  32 message.detected.modules="Automatically adding detected modules: %s."
  33 message.modules="Adding modules: %s to jimage."
  34 
  35 using.experimental.feature="Using experimental feature: %s."
< prev index next >