Skip to content

Commit a28e4d8

Browse files
author
Alexey Semenyuk
committed
8342299: Document that jpackage includes (possibly old) VC Redistributable MSVCP140.dll from JDK
Reviewed-by: almatvee
1 parent 0714114 commit a28e4d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/jdk.jpackage/share/man/jpackage.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,14 @@ Sign the predefined application image (on macOS):
497497
the set of additional mac signing options and --verbose
498498

499499

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+
500508
## jpackage resource directory
501509

502510
Icons, template files, and other resources of jpackage can be over-ridden by

0 commit comments

Comments
 (0)