Java Platform Module System

The Java Platform Module System[1] 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 includes features such as namespaces with the aim of fixing some of the shortcomings in the existing JAR format, especially the JAR Hell, which can lead to issues such as classpath and class loading problems.

The Java Module System was initially being developed under the Java Community Process as JSR 277 and was scheduled to be released with Java 7.

JSR 277 later was put on hold and Project Jigsaw[2] was created to modularize the JDK. This JSR was superseded by JSR 376 (Java Platform Module System).

Project Jigsaw was originally intended for Java 7 (2011) but was deferred to Java 8 (2014) as part of Plan B,[3] and again deferred to a Java 9 release in 2017.[4] Java 9 including the Java Module System was released on September 21, 2017.[5]

  1. ^ "Java Platform Module System (JSR 376)". Oracle Corporation. Retrieved 2018-07-02.
  2. ^ "Project Jigsaw". Oracle Corporation. Retrieved 2015-11-29.
  3. ^ Mark Reinhold (2009-09-20). "It's time for … Plan B". Oracle Corporation. Retrieved 2017-06-21.
  4. ^ "JDK 9". Oracle Corporation. Retrieved 2016-02-24.
  5. ^ "Java 9: Release date and new features". techworld.com. 2017-07-21. Retrieved 2017-11-18.

© MMXXIII Rich X Search. We shall prevail. All rights reserved. Rich X Search