Jump to content

Java Platform Module System

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Kosmikov (talk | contribs) at 10:08, 25 May 2007 (Created page with 'The '''Java Module System''' specifies a distribution format for collections of Java code and associated resources. It also specifie...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The Java Module System specifies a distribution format for collections of Java code and associated resources. It also specifies a repository for storing these collections, or modules, and identifies how they can be discovered, loaded and checked for integrity. It adds features such as versioning and namespaces with the aim of fixing some of the shortcomings in the existing JAR format, which can lead to issues such as classpath and class loading problems.

The Java Module System is being developed under the Java Community Process as JSR 277.