when mutually exclusive options --app-image and --runtime-image are used the error message says:
"Error: Option [--runtime-image] is not valid with type [exe]" (or whatever native type is used.)
It should say something like:
"Error: Option [--runtime-image] is not valid with Option [--app-image]"
"Error: Option [--runtime-image] is not valid with type [exe]" (or whatever native type is used.)
It should say something like:
"Error: Option [--runtime-image] is not valid with Option [--app-image]"
- duplicates
-
JDK-8234867 Issue warning for mutually exclusive options on jpackage command line
- Resolved