Where can I download the source code for Java SE (java.lang, java.util, & c.)?

I have no problem finding the JRE, JDK, and documentation for the Java SE core packages, but I'm not sure where to get the source (.java) files. I am looking for the latest stable release, not development code. Where are they available?

+3
source share
5 answers

The source comes with the Java SDK in the top-level directory in the src.zip file. This is not related to the JRE.

+10
source

, ... , . docjar, Javadoc Java SE .

( ).

EDIT: Jarvana, , docjar, .

+2

JDK SRC (, ZIP. )

0

eclipse ( IDE Java!) JDK , Java, JDK Java, "Hello world", "System" ( System.out.println("Hello world");), F3, java.lang.System , - . ( IDE, )

... unzip src.zip, .

0

Source: https://habr.com/ru/post/1723920/


All Articles