Java 9 Modules: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Java =TODO= * https://www.infoq.com/presentations/java-9-modules")
 
Line 6: Line 6:


* https://www.infoq.com/presentations/java-9-modules
* https://www.infoq.com/presentations/java-9-modules
=Concepts=
==Module==
A module is a JAR with a module descriptor, available to the JVM on the [[#Module_Path|module path]].
==Module Path==
=Organizatorium=
* Classpath and module path is mutually exclusive.

Revision as of 20:34, 18 May 2021

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.