< prev index next >

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

Print this page

        

@@ -124,19 +124,19 @@
 \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", "jvm-args",\n\
+\          "main-jar", "main-class", "arguments", "java-options",\n\
 \          "app-version", "icon", and "win-console" can be used.\n\
 \          These options are added to, or used to overwrite, the original\n\
 \          command line options when building an additional launcher.\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\
-\  --jvm-args <java vm arguments>\n\
-\          Java arguments to pass to the virtual machine\n\
+\  --java-options <java options>\n\
+\          Options to pass to the Java runtime\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\
< prev index next >