Organizing your Application
This section covers the most module system of the Java platform, and jlink, the tool you need to create your runtime image, with nothing but the modules your application depends on.
-
Modules
Understand how the module system shapes the JDK and how you can use it to make your code base more maintainable.
-
Creating Runtime and Application Images with JLink
Learn how to use the command line tool
jlinkto create custom-made runtime images or self-contained application images.