< prev index next >

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

Print this page


   1 param.app-module-path.name=App Module Path
   2 param.app-module-path.description=At appliciton runtime, this is the module path the runtime will look for modules in.
   3 
   4 param.link-module-path.name=Link Module Path
   5 param.link-module-path.description=When packaging the Java Runtime, this is the path JLink will look in for modules.
   6 
   7 param.add-modules.name=Add Modules
   8 param.add-modules.description=List of Modules to add to JImage creation, including possible services.
   9 
  10 param.limit-modules.name=Limit Modules
  11 param.limit-modules.description=Modules to Limit JImage creation to.
  12 
  13 param.auto-modules.name=Auto Modules
  14 param.auto-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     


   1 param.jdk-module-path.name=JDK Module Path
   2 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.
   3 
   4 param.module-path.name=Module Path
   5 param.module-path.description=When packaging the Java Runtime, this is the path JLink will look in for modules.
   6 
   7 param.add-modules.name=Add Modules
   8 param.add-modules.description=List of Modules to add to JImage creation, including possible services.
   9 
  10 param.limit-modules.name=Limit Modules
  11 param.limit-modules.description=Modules to Limit JImage creation to.
  12 
  13 param.auto-modules.name=Auto Modules
  14 param.auto-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.
< prev index next >