src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources_ja.properties
branchJDK-8200758-branch
changeset 57291 f2d429260ad4
parent 57286 2ee6dedec44f
child 57306 b3b59183df78
equal deleted inserted replaced
57290:47c2aca6c306 57291:f2d429260ad4
   124 \Options for creating the application launcher(s):\n\
   124 \Options for creating the application launcher(s):\n\
   125 \  --add-launcher <file path>\n\
   125 \  --add-launcher <file path>\n\
   126 \          Path to a Properties file that contains list of key, value pairs\n\
   126 \          Path to a Properties file that contains list of key, value pairs\n\
   127 \          (absolute path or relative to the current directory)\n\
   127 \          (absolute path or relative to the current directory)\n\
   128 \          The keys "name" (required), "module", "add-modules",\n\
   128 \          The keys "name" (required), "module", "add-modules",\n\
   129 \          "main-jar", "main-class", "arguments", "jvm-args",\n\
   129 \          "main-jar", "main-class", "arguments", "java-options",\n\
   130 \          "app-version", "icon", and "win-console" can be used.\n\
   130 \          "app-version", "icon", and "win-console" can be used.\n\
   131 \          These options are added to, or used to overwrite, the original\n\
   131 \          These options are added to, or used to overwrite, the original\n\
   132 \          command line options when building an additional launcher.\n\
   132 \          command line options when building an additional launcher.\n\
   133 \  --arguments <main class arguments>\n\
   133 \  --arguments <main class arguments>\n\
   134 \          Command line arguments to pass to the main class if no command\n\
   134 \          Command line arguments to pass to the main class if no command\n\
   135 \          line arguments are given to the launcher\n\
   135 \          line arguments are given to the launcher\n\
   136 \  --jvm-args <java vm arguments>\n\
   136 \  --java-options <java options>\n\
   137 \          Java arguments to pass to the virtual machine\n\
   137 \          Options to pass to the Java runtime\n\
   138 \  --main-class <class name>\n\
   138 \  --main-class <class name>\n\
   139 \          Qualified name of the application main class to execute\n\
   139 \          Qualified name of the application main class to execute\n\
   140 \          This option can only be used if --main-jar is specified.\n\
   140 \          This option can only be used if --main-jar is specified.\n\
   141 \  --main-jar <main jar file>\n\
   141 \  --main-jar <main jar file>\n\
   142 \          The main JAR of the application; containing the main class\n\
   142 \          The main JAR of the application; containing the main class\n\