Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
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 (322)
Collections:
Other Resources:
JDK 11 lib/modules - Runtime JImage File
What is the lib\modules file in JDK 11 installation directory?
✍: FYIcenter
lib\modules file in JDK 11 installation directory
is the runtime JImage file of all Java language modules and all JDK tool modules.
You can list all modules and classes in lib\modules using the "jimage list" command:
C:>\fyicenter\jdk-11.0.1\bin\jimage list \fyicenter\jdk-11.0.1\lib\modules
jimage: \fyicenter\jdk-11.0.1\lib\modules
Module: java.base
META-INF/services/java.nio.file.spi.FileSystemProvider
com/sun/crypto/provider/AESCipher$AES128_CBC_NoPadding.class
com/sun/crypto/provider/AESCipher$AES128_CFB_NoPadding.class
com/sun/crypto/provider/AESCipher$General.class
com/sun/crypto/provider/AESCipher$OidImpl.class
com/sun/crypto/provider/AESCipher.class
com/sun/crypto/provider/AESConstants.class
com/sun/crypto/provider/AESCrypt.class
com/sun/crypto/provider/AESKeyGenerator.class
com/sun/crypto/provider/AESParameters.class
com/sun/crypto/provider/AESWrapCipher$AES128.class
com/sun/crypto/provider/AESWrapCipher$AES192.class
com/sun/crypto/provider/AESWrapCipher$AES256.class
com/sun/crypto/provider/AESWrapCipher$General.class
com/sun/crypto/provider/AESWrapCipher.class
com/sun/crypto/provider/ARCFOURCipher.class
com/sun/crypto/provider/BlockCipherParamsCore.class
com/sun/crypto/provider/BlowfishCipher.class
com/sun/crypto/provider/BlowfishConstants.class
com/sun/crypto/provider/BlowfishCrypt.class
com/sun/crypto/provider/BlowfishKeyGenerator.class
...
Module: java.compiler
javax/annotation/processing/AbstractProcessor.class
javax/annotation/processing/Completion.class
javax/annotation/processing/Completions$SimpleCompletion.class
javax/annotation/processing/Completions.class
javax/annotation/processing/Filer.class
...
⇒ JDK 11 lib/src.zip - Source Code
2020-06-08, ∼3168🔥, 0💬
Popular Posts:
maven-settings-builder-3 .8.6.jaris the JAR file for Apache Maven 3.8.6 Settings Builder module. Apa...
Rhino JavaScript Java Library is an open-source implementation of JavaScript written entirely in Jav...
JDK 11 jdk.rmic.jmod is the JMOD file for JDK 11 RMI (Remote Method Invocation) Compiler Tool tool, ...
JDK 11 java.base.jmod is the JMOD file for JDK 11 Base module. JDK 11 Base module compiled class fil...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...