File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -113,23 +113,14 @@ error.invalid-install-dir=Invalid installation directory "{0}"
113
113
114
114
error.invalid-option-value =Invalid value "{0}" of option {1}
115
115
116
- MSG_BundlerFailed =Error: Bundler "{1}" ({0}) failed to produce a package
117
- MSG_BundlerConfigException =Bundler {0} skipped because of a configuration problem: {1} \n \
118
- Advice to fix: {2}
119
- MSG_BundlerConfigExceptionNoAdvice =Bundler {0} skipped because of a configuration problem: {1}
120
- MSG_BundlerRuntimeException =Bundler {0} failed because of {1}
121
-
122
116
ERR_NoMainClass =Error: Main application class is missing
123
117
ERR_UnsupportedOption =Error: Option [{0}] is not valid on this platform
124
118
ERR_InvalidTypeOption =Error: Option [{0}] is not valid with type [{1}]
125
119
ERR_NoInstallerEntryPoint =Error: Option [{0}] is not valid without --module or --main-jar entry point option
126
120
ERR_MutuallyExclusiveOptions =Error: Mutually exclusive options [{0}] and [{1}]
127
121
ERR_InvalidOptionWithAppImageSigning =Error: Option [{0}] is not valid when signing application image
128
122
129
- ERR_MissingArgument =Error: Missing argument: {0}
130
123
ERR_MissingArgument2 =Error: Missing argument: {0} or {1}
131
- ERR_MissingArgument3 =Error: Missing argument: {0}, {1} or {2}
132
- ERR_MissingRequiredArgument =Error: {0} argument requires at least one of [{1}] argument(s)
133
124
ERR_AppImageNotExist =Error: App image directory "{0}" does not exist
134
125
ERR_NoAddLauncherName =Error: --add-launcher option requires a name and a file path (--add-launcher <name>=<file path>)
135
126
ERR_InvalidAppName =Error: Invalid Application name: {0}
You can’t perform that action at this time.
0 commit comments