< prev index next >

src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties

Print this page

        

@@ -57,10 +57,11 @@
 \            --runtime-image <runtime-image>\n\
 \n\
 Generic Options:\n\
 \  @<filename> \n\
 \          Read options and/or mode from a file \n\
+\          This Option can be used Multiple times.\n\
 \  --app-version <version>\n\
 \          Version of the application and/or installer\n\
 \  --copyright <copyright string>\n\
 \          Copyright for the application\n\
 \  --description <description string>\n\

@@ -93,15 +94,17 @@
 \          This module list, along with the main module (if specified)\n\
 \          will be passed to jlink as the --add-module argument.\n\
 \          if not specified, either just the main module (if --module is\n\
 \          specified), or the default set of modules (if --main-jar is \n\
 \          specified) are used.\n\
+\          This Option can be used Multiple times.\n\
 \  --module-path -p <module path>...\n\
 \          A {0} separated list of paths\n\
 \          Each path is either a directory of modules or the path to a\n\
 \          modular jar.\n\
 \          (each path is absolute or relative to the current directory)\n\
+\          This Option can be used Multiple times.\n\
 \  --runtime-image <file path>\n\
 \          Path of the predefined runtime image that will be copied into\n\
 \          the application image\n\
 \          (absolute path or relative to the current directory)\n\
 \          If --runtime-image is not specified, jpackage will run jlink to\n\

@@ -119,26 +122,30 @@
 \          (absolute path or relative to the current directory)\n\
 \          All files in the input directory will be packaged into the\n\
 \          application image.\n\
 \n\
 \Options for creating the application launcher(s):\n\
-\  --add-launcher <file path>\n\
-\          Path to a Properties file that contains list of key, value pairs\n\
-\          (absolute path or relative to the current directory)\n\
-\          The keys "name" (required), "module", "add-modules",\n\
-\          "main-jar", "main-class", "arguments", "java-options",\n\
-\          "app-version", "icon", and "win-console" can be used.\n\
+\  --add-launcher <launcher name>=<file path>\n\
+\          Name of launcher, and a path to a Properties file that contains\n\
+\          a list of key, value pairs\n\
+\          (absolute path or relative to the current directory)\n\
+\          The keys "module", "add-modules", "main-jar", "main-class",\n\
+\          "arguments", "java-options", "app-version", "icon", and\n\
+\          "win-console" can be used.\n\
 \          These options are added to, or used to overwrite, the original\n\
 \          command line options to build an additional alternative launcher.\n\
 \          The main application launcher will be built from the command line\n\
-\          options. Additional alternative launchers may be built using\n\
-\          this option.\n\
+\          options. Additional alternative launchers can be built using\n\
+\          this option, and this option can be used multiple times to\n\
+\          build multiple additional launchers. \n\
 \  --arguments <main class arguments>\n\
 \          Command line arguments to pass to the main class if no command\n\
 \          line arguments are given to the launcher\n\
+\          This Option can be used Multiple times.\n\
 \  --java-options <java options>\n\
 \          Options to pass to the Java runtime\n\
+\          This Option can be used Multiple times.\n\
 \  --main-class <class name>\n\
 \          Qualified name of the application main class to execute\n\
 \          This option can only be used if --main-jar is specified.\n\
 \  --main-jar <main jar file>\n\
 \          The main JAR of the application; containing the main class\n\

@@ -161,10 +168,11 @@
 \  --file-associations <file path>\n\
 \          Path to a Properties file that contains list of key, value pairs\n\
 \          (absolute path or relative to the current directory)\n\
 \          The keys "extension", "mime-type", "icon", and "description"\n\
 \          can be used to describe the association.\n\
+\          This Option can be used Multiple times.\n\
 \  --identifier <id string>\n\
 \          An identifier that uniquely identifies the application\n\
 \          Defaults to the main class name.\n\
 \          The value should be a valid DNS name.\n\
 \  --install-dir <file path>\n\
< prev index next >