- Mastering Java 11
- Dr. Edward Lavieri
- 61字
- 2025-02-25 06:41:48
An advanced look at the Java Linker
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.