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 17 lib/modules - Runtime JImage File
What is the lib\modules file in JDK 17 installation directory?
✍: FYIcenter
lib\modules file in JDK 17 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:
fyicenter$ jimage list /Library/Java/JavaVirtualMachines/jdk-17.0.5.jdk/Contents/Home/lib/modules
Module: java.base
META-INF/services/java.nio.file.spi.FileSystemProvider
apple/security/AppleProvider$1.class
apple/security/AppleProvider$ProviderService.class
apple/security/AppleProvider.class
apple/security/KeychainStore$CertKeychainItemPair.class
apple/security/KeychainStore$KeyEntry.class
apple/security/KeychainStore$LocalAttr.class
apple/security/KeychainStore$TrustedCertEntry.class
apple/security/KeychainStore.class
com/sun/crypto/provider/AESCipher$AES128_CBC_NoPadding.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
javax/annotation/processing/FilerException.class
javax/annotation/processing/Generated.class
javax/annotation/processing/Messager.class
javax/annotation/processing/ProcessingEnvironment.class
...
Module: java.desktop
apple/laf/JRSUIConstants$AlignmentHorizontal.class
apple/laf/JRSUIConstants$AlignmentVertical.class
apple/laf/JRSUIConstants$Animating.class
apple/laf/JRSUIConstants$ArrowsOnly.class
apple/laf/JRSUIConstants$BooleanValue.class
apple/laf/JRSUIConstants$Direction.class
apple/laf/JRSUIConstants$DoubleValue.class
apple/laf/JRSUIConstants$Focused.class
apple/laf/JRSUIConstants$FrameOnly.class
apple/laf/JRSUIConstants$Hit.class
apple/laf/JRSUIConstants$IndicatorOnly.class
...
...
⇒ JDK 17 lib/src.zip - Source Code
2023-09-03, ∼1468🔥, 0💬
Popular Posts:
How to perform XML Schema validation with dom\Writer.java provided in the Apache Xerces package? You...
JDK 17 java.rmi.jmod is the JMOD file for JDK 17 RMI (Remote Method Invocation) module. JDK 17 RMI m...
JDK 11 jdk.jlink.jmod is the JMOD file for JDK 11 JLink tool, which can be invoked by the "jlink" co...
Java-WebSocket Source Code Files are provided in the source package file, java-websocket-1.5.4-src .z...
JDK 17 java.security.jgss.jmod is the JMOD file for JDK 17 Security JGSS (Java Generic Security Serv...