We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0714114 commit a28e4d8Copy full SHA for a28e4d8
src/jdk.jpackage/share/man/jpackage.md
@@ -497,6 +497,14 @@ Sign the predefined application image (on macOS):
497
the set of additional mac signing options and --verbose
498
499
500
+## jpackage and jlink
501
+
502
+jpackage will use jlink to create Java Runtime unless the `--runtime-image` option is used.
503
+The created Java Runtime image on Windows will include MS runtime libraries bundled with the JDK.
504
+If MS runtime libraries of a different version are needed for the application, the user will need
505
+to add/replace those themselves.
506
507
508
## jpackage resource directory
509
510
Icons, template files, and other resources of jpackage can be over-ridden by
0 commit comments