Zum Inhalt springen

Wikipedia:Redaktion Informatik/Fehlende Artikel/Java Platform Module System

aus Wikipedia, der freien Enzyklopädie
Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 25. Mai 2007 um 12:08 Uhr durch imported>Kosmikov (Created page with 'The '''Java Module System''' specifies a distribution format for collections of Java code and associated resources. It also specifie...'). Sie kann sich erheblich von der aktuellen Version unterscheiden.
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

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.

Vorlage:Compu-lang-stub