Skip Top Navigation Bar

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.

  1. Modules

    Understand how the module system shapes the JDK and how you can use it to make your code base more maintainable.

  2. Creating Runtime and Application Images with JLink

    Learn how to use the command line tool jlink to create custom-made runtime images or self-contained application images.