What a custom runtime image and the JIMAGE format are
How to create a custom runtime image using the jlink tool
How to specify the command name to run the application stored in a custom image
How to use plugins with the jlink tool
What Is a Custom Runtime Image?
Before JDK9, Java runtime image was available as a huge monolithic artifact—thus increasing the download time, startup time, and the memory footprint. The monolithic JRE made it impossible to use Java on devices with little memory. If you deploy your Java applications to a cloud, ...