< prev index next >

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

Print this page




 111 \          create the runtime image using options:\n\
 112 \          --strip-debug, --no-header-files, --no-man-pages, and\n\
 113 \          --strip-native-commands.  --bind-services will also be added if\n\
 114 \          --add-modules is not specified.\n\
 115 \n\
 116 \Options for creating the application image:\n\
 117 \  --icon <icon file path>\n\
 118 \          Path of the icon of the application bundle\n\
 119 \          (absolute path or relative to the current directory)\n\
 120 \  --input -i <input path>\n\
 121 \          Path of the input directory that contains the files to be packaged\n\
 122 \          (absolute path or relative to the current directory)\n\
 123 \          All files in the input directory will be packaged into the\n\
 124 \          application image.\n\
 125 \n\
 126 \Options for creating the application launcher(s):\n\
 127 \  --add-launcher <launcher name>=<file path>\n\
 128 \          Name of launcher, and a path to a Properties file that contains\n\
 129 \          a list of key, value pairs\n\
 130 \          (absolute path or relative to the current directory)\n\
 131 \          The keys "module", "add-modules", "main-jar", "main-class",\n\
 132 \          "arguments", "java-options", "app-version", "icon", and\n\
 133 \          "win-console" can be used.\n\
 134 \          These options are added to, or used to overwrite, the original\n\
 135 \          command line options to build an additional alternative launcher.\n\
 136 \          The main application launcher will be built from the command line\n\
 137 \          options. Additional alternative launchers can be built using\n\
 138 \          this option, and this option can be used multiple times to\n\
 139 \          build multiple additional launchers. \n\
 140 \  --arguments <main class arguments>\n\
 141 \          Command line arguments to pass to the main class if no command\n\
 142 \          line arguments are given to the launcher\n\
 143 \          This option can be used multiple times.\n\
 144 \  --java-options <java options>\n\
 145 \          Options to pass to the Java runtime\n\
 146 \          This option can be used multiple times.\n\
 147 \  --main-class <class name>\n\
 148 \          Qualified name of the application main class to execute\n\
 149 \          This option can only be used if --main-jar is specified.\n\
 150 \  --main-jar <main jar file>\n\
 151 \          The main JAR of the application; containing the main class\n\




 111 \          create the runtime image using options:\n\
 112 \          --strip-debug, --no-header-files, --no-man-pages, and\n\
 113 \          --strip-native-commands.  --bind-services will also be added if\n\
 114 \          --add-modules is not specified.\n\
 115 \n\
 116 \Options for creating the application image:\n\
 117 \  --icon <icon file path>\n\
 118 \          Path of the icon of the application bundle\n\
 119 \          (absolute path or relative to the current directory)\n\
 120 \  --input -i <input path>\n\
 121 \          Path of the input directory that contains the files to be packaged\n\
 122 \          (absolute path or relative to the current directory)\n\
 123 \          All files in the input directory will be packaged into the\n\
 124 \          application image.\n\
 125 \n\
 126 \Options for creating the application launcher(s):\n\
 127 \  --add-launcher <launcher name>=<file path>\n\
 128 \          Name of launcher, and a path to a Properties file that contains\n\
 129 \          a list of key, value pairs\n\
 130 \          (absolute path or relative to the current directory)\n\
 131 \          The keys "module", "main-jar", "main-class",\n\
 132 \          "arguments", "java-options", "app-version", "icon", and\n\
 133 \          "win-console" can be used.\n\
 134 \          These options are added to, or used to overwrite, the original\n\
 135 \          command line options to build an additional alternative launcher.\n\
 136 \          The main application launcher will be built from the command line\n\
 137 \          options. Additional alternative launchers can be built using\n\
 138 \          this option, and this option can be used multiple times to\n\
 139 \          build multiple additional launchers. \n\
 140 \  --arguments <main class arguments>\n\
 141 \          Command line arguments to pass to the main class if no command\n\
 142 \          line arguments are given to the launcher\n\
 143 \          This option can be used multiple times.\n\
 144 \  --java-options <java options>\n\
 145 \          Options to pass to the Java runtime\n\
 146 \          This option can be used multiple times.\n\
 147 \  --main-class <class name>\n\
 148 \          Qualified name of the application main class to execute\n\
 149 \          This option can only be used if --main-jar is specified.\n\
 150 \  --main-jar <main jar file>\n\
 151 \          The main JAR of the application; containing the main class\n\


< prev index next >