The Jpackage help text contains a "Sample usage" section containing example of using jlink separately:
jlink --output appRuntimeImage -p modulePath -m moduleName ...
The problem is "-m" is not a valid jlink option. I think what was meant here was "--add-modules".
The same problem occurs in the jpackage man pages produced by oracle.
jlink --output appRuntimeImage -p modulePath -m moduleName ...
The problem is "-m" is not a valid jlink option. I think what was meant here was "--add-modules".
The same problem occurs in the jpackage man pages produced by oracle.