src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties
equal
deleted
inserted
replaced
80 ERR_InvalidInstallerType=Error: Invalid or unsupported package type: [{0}]. |
80 ERR_InvalidInstallerType=Error: Invalid or unsupported package type: [{0}]. |
81 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options. |
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. |
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}. |
83 ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}. |
84 ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}. |
84 ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}. |
|
85 ERR_CannotParseOptions=Error: Processing @filename option: {0}. |