April 2018
Intermediate to advanced
910 pages
33h 21m
English
Prior to the Java Linker tool, jlink, introduced in Java 9, runtime image creation included copying the entire JRE. Then, unused components are removed. Simply put, jlink facilitates the creation of runtime images with only the required modules. jlink is used by the Java Packager to generate an embedded runtime image.