Java 9 Modules

From NovaOrdis Knowledge Base
Revision as of 20:34, 18 May 2021 by Ovidiu (talk | contribs) (→‎TODO)
Jump to navigation Jump to search

Internal

TODO

Concepts

Module

A module is a JAR with a module descriptor, available to the JVM on the module path.

Module Path

Organizatorium

  • Classpath and module path is mutually exclusive.