< prev index next >

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

Print this page




  65 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform.
  66 ERR_InvalidTypeOption=Error: Option [{0}] is not valid with package-type [{1}].
  67 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option.
  68 
  69 ERR_MissingArgument=Error: Missing argument: {0}.
  70 ERR_MissingAppResources=Error: No application jars found.
  71 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist.
  72 ERR_NoAddLauncherName=Error: --add-launcher option requires a name and a file path (--add-launcher <name>=<file path>).
  73 ERR_NoUniqueName=Error: --add-launcher <name>=<file path> requires a unique name.
  74 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter.
  75 ERR_InvalidAppName=Error: Invalid Application name: {0}.
  76 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}.
  77 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
  78 ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory.
  79 ERR_InvalidOption=Error: Invalid Option: [{0}].
  80 ERR_InvalidInstallerType=Error: Invalid or unsupported package type: [{0}].
  81 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options.
  82 ERR_NoEntryPoint=Error: creating application image requires --main-jar or --module Option.
  83 ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}.
  84 ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}.



  65 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform.
  66 ERR_InvalidTypeOption=Error: Option [{0}] is not valid with package-type [{1}].
  67 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option.
  68 
  69 ERR_MissingArgument=Error: Missing argument: {0}.
  70 ERR_MissingAppResources=Error: No application jars found.
  71 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist.
  72 ERR_NoAddLauncherName=Error: --add-launcher option requires a name and a file path (--add-launcher <name>=<file path>).
  73 ERR_NoUniqueName=Error: --add-launcher <name>=<file path> requires a unique name.
  74 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter.
  75 ERR_InvalidAppName=Error: Invalid Application name: {0}.
  76 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}.
  77 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
  78 ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory.
  79 ERR_InvalidOption=Error: Invalid Option: [{0}].
  80 ERR_InvalidInstallerType=Error: Invalid or unsupported package type: [{0}].
  81 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options.
  82 ERR_NoEntryPoint=Error: creating application image requires --main-jar or --module Option.
  83 ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}.
  84 ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}.
  85 ERR_CannotParseOptions=Error: Processing @filename option: {0}.
< prev index next >