< prev index next >

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

Print this page




 149 \          When this option is specified, the main module will be linked\n\
 150 \          in the Java runtime image.  Either --module or --main-jar\n\
 151 \          option can be specified but not both.\n\
 152 {2}\n\
 153 \Options for creating the application installer(s):\n\
 154 \  --app-image <file path>\n\
 155 \          Location of the predefined application image that is used\n\
 156 \          to build an installable package\n\
 157 \          (absolute path or relative to the current directory)\n\
 158 \          See the create-image mode options to create the application image.\n\
 159 \  --file-associations <file path>\n\
 160 \          Path to a Properties file that contains list of key, value pairs\n\
 161 \          (absolute path or relative to the current directory)\n\
 162 \          The keys "extension", "mime-type", "icon", and "description"\n\
 163 \          can be used to describe the association.\n\
 164 \  --identifier <id string>\n\
 165 \          Machine readable identifier of the application\n\
 166 \          The format must be a DNS name in reverse order,\n\
 167 \          such as com.example.myapplication.\n\
 168 \  --install-dir <file path>\n\
 169 \          Absolute path of the installation directory of the application\n\
 170 \  --installer-type <type> \n\
 171 \          The type of the installer to create\n\
 172 \          Valid values are: {1} \n\
 173 \          If this option is not specified (in create-installer mode) all\n\
 174 \          supported types of installable packages for the current\n\
 175 \          platform will be created.\n\
 176 \  --license-file <file path>\n\
 177 \          Path to the license file\n\
 178 \          (absolute path or relative to the current directory)\n\
 179 \  --resource-dir <path>\n\
 180 \          Path to override jpackage resources\n\
 181 \          Icons, template files, and other resources of jpackage can be\n\
 182 \          over-ridden by adding replacement resources to this directory.\n\
 183 \          (absolute path or relative to the current directory)\n\
 184 \  --runtime-image <file-path>\n\
 185 \          Path of the predefined runtime image to install\n\
 186 \          (absolute path or relative to the current directory)\n\
 187 \          Option is required when creating a runtime installer.\n\
 188 \n\
 189 \Platform dependent options for creating the application installer(s):\n\


 198 
 199 MSG_Help_win_install=\
 200 \  --win-dir-chooser\n\
 201 \          Adds a dialog to enable the user to choose a directory in which\n\
 202 \          the product is installed\n\
 203 \  --win-menu\n\
 204 \          Adds the application to the system menu\n\
 205 \  --win-menu-group <menu group name>\n\
 206 \          Start Menu group this application is placed in\n\
 207 \  --win-per-user-install\n\
 208 \          Request to perform an install on a per-user basis\n\
 209 \  --win-registry-name <registry name>\n\
 210 \          Name of the application for registry references.\n\
 211 \          The default is the Application Name with only\n\
 212 \          alphanumerics, dots, and dashes (no whitespace)\n\
 213 \  --win-shortcut\n\
 214 \          Creates a desktop shortcut for the application\n\
 215 \  --win-upgrade-uuid <id string>\n\
 216 \          UUID associated with upgrades for this package\n\
 217 




 218 MSG_Help_mac_install=\
 219 \  --mac-bundle-identifier <ID string>\n\
 220 \          An identifier that uniquely identifies the application for MacOSX\n\
 221 \          (and on the Mac App Store)\n\
 222 \          May only use alphanumeric (A-Z,a-z,0-9), hyphen (-),\n\
 223 \          and period (.) characters.\n\
 224 \  --mac-bundle-name <name string>\n\
 225 \          Name of the application as it appears in the Menu Bar\n\
 226 \          This can be different from the application name.\n\
 227 \          This name must be less than 16 characters long and be suitable for\n\
 228 \          displaying in the menu bar and the application Info window.\n\
 229 \          Defaults to the application name.\n\
 230 \  --mac-bundle-signing-prefix <prefix string>\n\
 231 \          When signing the application bundle, this value is prefixed to all\n\
 232 \          components that need to be signed that don't have\n\
 233 \          an existing bundle identifier.\n\
 234 \  --mac-sign\n\
 235 \          Request that the bundle be signed\n\
 236 \  --mac-signing-keychain <file path>\n\
 237 \          Path of the keychain to use\n\
 238 \          (absolute path or relative to the current directory)\n\
 239 \          If not specified, the standard keychains are used.\n\
 240 \  --mac-signing-key-user-name <user name>\n\
 241 \          User name portion of the typical\n\
 242 \          "Mac Developer ID Application: <user name>" signing key\n\
 243 
 244 MSG_Help_linux_install=\
 245 \  --linux-bundle-name <bundle name>\n\
 246 \          Name for Linux bundle, defaults to the application name\n\
 247 \  --linux-deb-maintainer <email address>\n\
 248 \          Maintainer for .deb bundle\n\
 249 \  --linux-menu-group <menu-group-name>\n\
 250 \          Menu group this application is placed in\n\
 251 \  --linux-package-deps\n\
 252 \          Required packages or capabilities for the application\n\
 253 \  --linux-rpm-license-type <type string>\n\
 254 \          Type of the license ("License: <value>" of the RPM .spec)\n\








 255 
 256 MSG_Help_no_args=Usage: jpackage <mode> <options>\n\
 257 \Use jpackage --help (or -h) for a list of possible options\
 258 


 149 \          When this option is specified, the main module will be linked\n\
 150 \          in the Java runtime image.  Either --module or --main-jar\n\
 151 \          option can be specified but not both.\n\
 152 {2}\n\
 153 \Options for creating the application installer(s):\n\
 154 \  --app-image <file path>\n\
 155 \          Location of the predefined application image that is used\n\
 156 \          to build an installable package\n\
 157 \          (absolute path or relative to the current directory)\n\
 158 \          See the create-image mode options to create the application image.\n\
 159 \  --file-associations <file path>\n\
 160 \          Path to a Properties file that contains list of key, value pairs\n\
 161 \          (absolute path or relative to the current directory)\n\
 162 \          The keys "extension", "mime-type", "icon", and "description"\n\
 163 \          can be used to describe the association.\n\
 164 \  --identifier <id string>\n\
 165 \          Machine readable identifier of the application\n\
 166 \          The format must be a DNS name in reverse order,\n\
 167 \          such as com.example.myapplication.\n\
 168 \  --install-dir <file path>\n\
 169 \          {4}\
 170 \  --installer-type <type> \n\
 171 \          The type of the installer to create\n\
 172 \          Valid values are: {1} \n\
 173 \          If this option is not specified (in create-installer mode) all\n\
 174 \          supported types of installable packages for the current\n\
 175 \          platform will be created.\n\
 176 \  --license-file <file path>\n\
 177 \          Path to the license file\n\
 178 \          (absolute path or relative to the current directory)\n\
 179 \  --resource-dir <path>\n\
 180 \          Path to override jpackage resources\n\
 181 \          Icons, template files, and other resources of jpackage can be\n\
 182 \          over-ridden by adding replacement resources to this directory.\n\
 183 \          (absolute path or relative to the current directory)\n\
 184 \  --runtime-image <file-path>\n\
 185 \          Path of the predefined runtime image to install\n\
 186 \          (absolute path or relative to the current directory)\n\
 187 \          Option is required when creating a runtime installer.\n\
 188 \n\
 189 \Platform dependent options for creating the application installer(s):\n\


 198 
 199 MSG_Help_win_install=\
 200 \  --win-dir-chooser\n\
 201 \          Adds a dialog to enable the user to choose a directory in which\n\
 202 \          the product is installed\n\
 203 \  --win-menu\n\
 204 \          Adds the application to the system menu\n\
 205 \  --win-menu-group <menu group name>\n\
 206 \          Start Menu group this application is placed in\n\
 207 \  --win-per-user-install\n\
 208 \          Request to perform an install on a per-user basis\n\
 209 \  --win-registry-name <registry name>\n\
 210 \          Name of the application for registry references.\n\
 211 \          The default is the Application Name with only\n\
 212 \          alphanumerics, dots, and dashes (no whitespace)\n\
 213 \  --win-shortcut\n\
 214 \          Creates a desktop shortcut for the application\n\
 215 \  --win-upgrade-uuid <id string>\n\
 216 \          UUID associated with upgrades for this package\n\
 217 
 218 MSG_Help_win_install_dir=\
 219 \Relative sub-path of the installation location of the application such as\n\
 220 \          "Program Files" or "AppData"\n\
 221 
 222 MSG_Help_mac_install=\
 223 \  --mac-bundle-identifier <ID string>\n\
 224 \          An identifier that uniquely identifies the application for MacOSX\n\
 225 \          (and on the Mac App Store)\n\
 226 \          May only use alphanumeric (A-Z,a-z,0-9), hyphen (-),\n\
 227 \          and period (.) characters.\n\
 228 \  --mac-bundle-name <name string>\n\
 229 \          Name of the application as it appears in the Menu Bar\n\
 230 \          This can be different from the application name.\n\
 231 \          This name must be less than 16 characters long and be suitable for\n\
 232 \          displaying in the menu bar and the application Info window.\n\
 233 \          Defaults to the application name.\n\
 234 \  --mac-bundle-signing-prefix <prefix string>\n\
 235 \          When signing the application bundle, this value is prefixed to all\n\
 236 \          components that need to be signed that don't have\n\
 237 \          an existing bundle identifier.\n\
 238 \  --mac-sign\n\
 239 \          Request that the bundle be signed\n\
 240 \  --mac-signing-keychain <file path>\n\
 241 \          Path of the keychain to use\n\
 242 \          (absolute path or relative to the current directory)\n\
 243 \          If not specified, the standard keychains are used.\n\
 244 \  --mac-signing-key-user-name <user name>\n\
 245 \          User name portion of the typical\n\
 246 \          "Mac Developer ID Application: <user name>" signing key\n\
 247 
 248 MSG_Help_linux_install=\
 249 \  --linux-bundle-name <bundle name>\n\
 250 \          Name for Linux bundle, defaults to the application name\n\
 251 \  --linux-deb-maintainer <email address>\n\
 252 \          Maintainer for .deb bundle\n\
 253 \  --linux-menu-group <menu-group-name>\n\
 254 \          Menu group this application is placed in\n\
 255 \  --linux-package-deps\n\
 256 \          Required packages or capabilities for the application\n\
 257 \  --linux-rpm-license-type <type string>\n\
 258 \          Type of the license ("License: <value>" of the RPM .spec)\n\
 259 
 260 MSG_Help_mac_linux_install_dir=\
 261 \Absolute path of the installation directory of the application\n\
 262 
 263 MSG_Help_default_install_dir=\
 264 \Absolute path of the installation directory of the application on OS X\n\
 265 \          or Linux. Relative sub-path of the installation location of the application\n\
 266 \          such as "Program Files" or "AppData" on Windows.\n\
 267 
 268 MSG_Help_no_args=Usage: jpackage <mode> <options>\n\
 269 \Use jpackage --help (or -h) for a list of possible options\
 270 
< prev index next >