JDK 11 lib/src.zip - Source Code

Q

What is the lib\src.zip file in JDK 11 installation directory?

✍: FYIcenter

A

lib\src.zip file in JDK 11 installation directory is the JDK 11 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-11.0.1\lib\src

<DIR>   java.base
<DIR>   java.compiler
<DIR>   java.datatransfer
<DIR>   java.desktop
<DIR>   java.instrument
<DIR>   java.logging
<DIR>   java.management
<DIR>   java.management.rmi
<DIR>   java.naming
<DIR>   java.net.http
    ...

 

JDK 11 Modules List

JDK 11 lib/modules - Runtime JImage File

Download and Use JDK 11

⇑⇑ FAQ for JDK (Java Development Kit)

2020-05-29, 3758🔥, 0💬