I has been requested that we align the syntax of the --add-launcher option with the --launcher option in jlink:
--launcher <name>=<module>[/<mainclass>]
so we will change:
--add-launcher <file path>
to:
--add-launcher <name>=<file path>
and remove the "name" key as a valid (and required) key in the given properties file.
--launcher <name>=<module>[/<mainclass>]
so we will change:
--add-launcher <file path>
to:
--add-launcher <name>=<file path>
and remove the "name" key as a valid (and required) key in the given properties file.
- duplicates
-
JDK-8222731 Add line to help text of options that can occur multiple times.
- Closed
- relates to
-
JDK-8240147 Add line to help text of option win-console that can occur multiple times.
- Closed