Source code for the Java library classes

后端 未结 8 1072
旧时难觅i
旧时难觅i 2020-12-13 13:31

Where can I find the source code for the Java library classes? I mean classes in rt.jar.

Platform: Windows.

8条回答
  •  醉梦人生
    2020-12-13 14:21

    Sources are in src.zip located in the installation folder:

    • On Windows, the JDK includes src.zip by default if I remember well.

    • On a Linux distro, you may have to install the sun-java6-source package.

    • On Mac, you'll have to download the Developer Documentation. Have a look at this answer.

提交回复
热议问题