Java Platform Module System: Difference between revisions

Content deleted Content added
Henje14 (talk | contribs)
Java 9 release shifted to 2017
Line 39:
| publisher=[[Oracle Corporation]]
| accessdate=2015-11-29}}</ref>
* JSR 282: The Java Linker <ref>{{cite web
| url=http://openjdk.java.net/jeps/282
| title=jlink: The Java Linker (JSR 282)
| publisher=[[Oracle Corporation]]
| accessdate=2016-03-12}}</ref>
 
Modules are a new way of grouping code and data. Contrary to [[JAR (file format)|Jar files]], modules explicitly declare which modules they depend on, and what packages they export.<ref>{{cite web