Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
JDK 10 Modules List
Where to find a full list of modules provided in JDK 10?
✍: FYIcenter
Here is a list of all modules provided in JDK 10. The "Mod" column indicates that the module has a jmods\*.jmod file. The "Img" column indicates that the module is included in the lib\modules JImage file. The "Src" column indicates that the module is included in the lib\src.zip file. The "JRE" column indicates that the module is included in the JRE lib\modules JImage file.
Module Mod Img Src JRE Name ------ --- --- --- --- ---- java.activation Y Y Y Y Java Activation java.base Y Y Y Y Java Base java.compiler Y Y Y Y Java Compiler java.corba Y Y Y Y Java Corba java.datatransfer Y Y Y Y Java Data Transfer java.desktop Y Y Y Y Java Desktop java.instrument Y Y Y Y Java Instrument java.jnlp Y Y Y Java JNLP java.logging Y Y Y Y Java Logging java.management Y Y Y Y Java Management java.management.rmi Y Y Y Y Java Management RMI java.naming Y Y Y Y Java Naming java.prefs Y Y Y Y Java Prefs java.rmi Y Y Y Y Java Rmi java.scripting Y Y Y Y Java Scripting java.se Y Y Y Y Java SE java.se.ee Y Y Y Y Java SE EE java.security.jgss Y Y Y Y Java Security JGSS java.security.sasl Y Y Y Y Java Security SASl java.smartcardio Y Y Y Y Java Smart Card IO java.sql Y Y Y Y Java SQL java.sql.rowset Y Y Y Y Java SQL Rowset java.transaction Y Y Y Y Java Transaction java.xml Y Y Y Y Java XML java.xml.bind Y Y Y Y Java XML Bind java.xml.crypto Y Y Y Y Java XML Crypto java.xml.ws Y Y Y Y Java XML WS java.xml.ws.annotation Y Y Y Y Java XML WS Annotation javafx.base Y Y Y Y JavaFX Base javafx.controls Y Y Y Y JavaFX Controls javafx.deploy Y Y Y JavaFX Deploy javafx.fxml Y Y Y Y JavaFX FXML javafx.graphics Y Y Y Y JavaFX Graphics javafx.media Y Y Y Y JavaFX Media javafx.swing Y Y Y Y JavaFX Swing javafx.web Y Y Y Y JavaFX Web jdk.accessibility Y Y Y Y JDK Accessibility jdk.aot Y Y Y JDK AOT jdk.attach Y Y Y JDK Attach jdk.charsets Y Y Y Y JDK Charsets jdk.compiler Y Y Y JDK Compiler jdk.crypto.cryptoki Y Y Y Y JDK Crypto KI jdk.crypto.ec Y Y Y Y JDK Crypto EC jdk.crypto.mscapi Y Y Y Y JDK Crypto MSCAPI jdk.deploy Y Y Y JDK Deploy jdk.deploy.controlpanel Y Y Y JDK Deploy Control Panel jdk.dynalink Y Y Y Y JDK Dynalink jdk.editpad Y Y Y JDK Edit Pad jdk.hotspot.agent Y Y Y JDK Hotspot Agent jdk.httpserver Y Y Y Y JDK Httpserver jdk.incubator.httpclient Y Y Y Y JDK Incubator HTTP Client jdk.internal.ed Y Y Y Y JDK Internal Editor jdk.internal.jvmstat Y Y Y JDK Internal JVM Stat jdk.internal.le Y Y Y Y JDK Internal LE jdk.internal.opt Y Y Y JDK Internal Opt jdk.internal.vm.ci Y Y Y Y JDK Internal VM CI jdk.internal.vm.compiler Y Y Y Y JDK Internal VM Compiler jdk.internal.vm.compiler.management Y Y Y Y JDK Internal VM Compiler Management jdk.jartool Y Y Y JDK JAR Tool jdk.javadoc Y Y Y JDK Javadoc jdk.javaws Y Y Y JDK Javaws jdk.jcmd Y Y Y JDK JCmd jdk.jconsole Y Y Y JDK JConsole jdk.jdeps Y Y Y JDK JDeps jdk.jdi Y Y Y JDK JDI jdk.jdwp.agent Y Y Y Y JDK JDWP Agent jdk.jfr Y Y Y JDK JRF jdk.jlink Y Y Y JDK JLink jdk.jshell Y Y Y JDK JShell jdk.jsobject Y Y Y Y JDK JS Object jdk.jstatd Y Y Y JDK JStat Daemon jdk.localedata Y Y Y Y JDK Locale Data jdk.management Y Y Y Y JDK Management jdk.management.agent Y Y Y Y JDK Management Agent jdk.management.cmm Y Y Y JDK Management CMM jdk.management.jfr Y Y Y JDK Management JRF jdk.management.resource Y Y Y JDK Management Resource jdk.naming.dns Y Y Y Y JDK Naming DNS jdk.naming.rmi Y Y Y Y JDK Naming RMI jdk.net Y Y Y Y JDK Net jdk.pack Y Y Y Y JDK Pack jdk.packager Y Y Y JDK Packager jdk.packager.services Y Y Y JDK Packager Services jdk.plugin Y Y Y JDK Plugin jdk.plugin.server Y Y Y JDK Plugin Server jdk.rmic Y Y Y JDK RMI Compiler jdk.scripting.nashorn Y Y Y Y JDK Scripting Nashorn jdk.scripting.nashorn.shell Y Y Y Y JDK Scripting Nashorn Shell jdk.sctp Y Y Y Y JDK Sctp jdk.security.auth Y Y Y Y JDK Security Auth jdk.security.jgss Y Y Y Y JDK Security JGSS jdk.snmp Y Y Y JDK SNMP jdk.unsupported Y Y Y Y JDK Unsupported jdk.xml.bind Y Y Y JDK XML Bind jdk.xml.dom Y Y Y Y JDK XML DOM jdk.xml.ws Y Y Y JDK XML WS jdk.zipfs Y Y Y Y JDK ZIP FS oracle.desktop Y Y Y Oracle Desktop oracle.net Y Y Y Oracle Net
⇒ Backup JDK 10 Installation Directory
2020-03-14, 1419🔥, 0💬
Popular Posts:
The Java Naming and Directory Interface (JNDI) is part of the Java platform, providing applications ...
Jettison is a collection of Java APIs (like STaX and DOM) which read and write JSON. This allows nea...
How to display XML element type information with the jaxp\TypeInfoWriter.java provided in the Apache...
Apache Avalon began in 1999 as the Java Apache Server Framework and in late 2002 separated from the ...
Apache Commons Codec library provides implementations of common encoders and decoders such as Base64...