J2SE 5.0 Source code

Could someone please tell me when it's the source code for J2SE 5.0 going to be available under the Sun Community Source Licensing page: http://wwws.sun.com/software/communitysource/j2se/java2/download.html?Thanks
[228 byte] By [Costa_Basil] at [2007-9-30 20:30:01]
# 1
J2SE still beta version, wait for the full version to be released, or you can find he source code with the downloaded SDK in zip file called src.zip
MohdSleem at 2007-7-7 1:14:10 > top of Java-index,Administration Tools,Sun Connection...
# 2
J2SE5.0 is definitely not beta - it was released in September.That being said - I dunno where/when a source download might become available, sorry.Grant
ggainey at 2007-7-7 1:14:10 > top of Java-index,Administration Tools,Sun Connection...
# 3

I was going to say the same thing. It is a FCS release: First Customer Shipment.

I am looking for the jvm source code and other things. src.zip contains almost all the JAVA runtime source code (java source code), however there are some reference implementations whose source code is not in src.zip (for instance the RI for jcp 114: http://www.jcp.org/en/jsr/detail?id=114 ).

Costa_Basil at 2007-7-7 1:14:10 > top of Java-index,Administration Tools,Sun Connection...
# 4

The source code to JDK 5.0 was released today (11/05/2004). Note that you can access it via the Sun Community Source License (SCSL) or the new Java Research License (JRL). JRL should be a bit easier to read and understand is not nearly as long.

http://java.sun.com/j2se/1.5.0/source_license.html

Regards

bconnell at 2007-7-7 1:14:10 > top of Java-index,Administration Tools,Sun Connection...