| Author |
Java 7 sources
|
Rasmus Bergman
Greenhorn
Joined: Dec 08, 2012
Posts: 2
|
|
Hi,
I am having a hard time locating the sources for Java 7 on Oracle's website. Anyone got a quick pointer ?
Thank you.
|
 |
Steve Luke
Bartender
Joined: Jan 28, 2003
Posts: 3032
|
|
It is part of the the normal JDK download: http://www.oracle.com/technetwork/java/javase/downloads/index.html
And there is the OpenJDK release: http://jdk7.java.net/source.html
|
Steve
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32654
|
|
Welcome to the Ranch
Do you mean the code of classes like String? If so, look in your Java installation folder, where you will find a file called src.zip. That code is all in there.
|
 |
Rasmus Bergman
Greenhorn
Joined: Dec 08, 2012
Posts: 2
|
|
Thank you. I was used to always having to dig around on the Sun site to find the sources separately Indeed, just get the jdk and after extracting there is src.zip in the top folder.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32654
|
|
You’re welcome
The src.zip file has been there for as long as I can remember.
|
 |
 |
|
|
subject: Java 7 sources
|
|
|