Where can I download source code for Java SE (java.lang, java.util, &c.)?
java, open-source
Solution
The source comes with the Java SDK, in the top-level directory, in the file src.zip. It does not come with the JRE.
Problem
I have no problems finding JREs, JDKs and documentation for core Java SE packages, but I'm not sure where to get the source (.java) files. I'm looking for the latest stable release, not bleeding-edge development code. Where are those available?