Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I locate and browse JDK 7 source files? [closed]

Tags:

java-7

Can anyone direct me to where the jdk 7 source is hosted?

like image 366
instantsetsuna Avatar asked Jan 28 '11 10:01

instantsetsuna


People also ask

Where can I find java source code?

Install the Java SE Development Kit from http://java.sun.com/javase/downloads/index.jsp. Once installed, you should find an archive called src. zip in the top of the JDK installation directory. The Java source code is in there.

Is JDK 7 still supported?

Oracle is set to discontinue extended support for the platform at the end of July 2022. With the cessation of official Extended Support, Java 7 goes into Sustaining Support mode as defined by the Oracle Lifetime Support Policy.

Is JDK open source?

OpenJDK has the same code as OracleJDK, depending on what provider you're using. The key difference (as stated above) is that OpenJDK is an open source java development kit, whereas Oracle JDK is closed source.

Does JDK 7 include JRE?

The JDK includes the JRE, so you do not have to download both separately.


2 Answers

The direct link is this.

If you wonder how this link is got, follow this link, except that select "jdk7/jdk7-gate/jdk" instead of "jdk6/jdk6-gate/jdk" for jdk 7 sources.

like image 197
fouding.zheng Avatar answered Oct 13 '22 14:10

fouding.zheng


For Java source codes in JRE, this website is more useful than hgweb for OpenJDK7.

  • http://www.docjar.com/projects/openjdk-7-java.html
like image 27
nodakai Avatar answered Oct 13 '22 13:10

nodakai