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 9 lib/src.zip - Source Code
What is the lib\src.zip file in JDK 9 installation directory?
✍: FYIcenter
lib\src.zip file in JDK 9 installation directory
is the JDK 9 source code file, which includes source code
for Java language modules and JDK tool modules.
You can unzip lib\src.zip and see the list of modules:
C:>dir \fyicenter\jdk-9.0.4\lib\src
<DIR> java.activation
<DIR> java.base
<DIR> java.compiler
<DIR> java.corba
<DIR> java.datatransfer
<DIR> java.desktop
<DIR> java.instrument
<DIR> java.logging
<DIR> java.management
<DIR> java.management.rmi
...
⇒ JRE 9 lib/modules - Runtime JImage File
2020-02-20, ∼2313🔥, 0💬
Popular Posts:
JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3 (i.e. MP3) in real time for...
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....
JDK 17 java.base.jmod is the JMOD file for JDK 17 Base module. JDK 17 Base module compiled class fil...
layout.jar is a component in iText Java library to provide layout functionalities. iText Java librar...
Xalan-Java, Version 2.7.1, is an XSLT processor for transforming XML documents into HTML, text, or o...