The options --add-modules and --limit-modules use File.pathSeperator() to seperate list of modules.
It should be comma-separated list of modules. This can be rephrased to
--add-modules <mod>[,<mod>...] Root modules to resolve for creating the runtime image.
It should be comma-separated list of modules. This can be rephrased to
--add-modules <mod>[,<mod>...] Root modules to resolve for creating the runtime image.
- relates to
-
JDK-8217687 jpackage --help improvements
-
- Resolved
-