Where is the source code of javaFX 2.2.2 ?

Kevin Rushforth kevin.rushforth at oracle.com
Sat Aug 25 13:59:14 PDT 2012


The JavaFX 2.2.2 repos have been created on openjdk. The FX 2.2.2 
release has a separate graphics team forest on openjfx, along with a 
master forest, matching the structure in the previous 2.2 release 
(except that there is no controls forest, just an empty placeholder):

http://hg.openjdk.java.net/
   openjfx/2.2.2/graphics/
       rt
       tests
   openjfx/2.2.2/master/
       rt
       tests

JavaFX 2.2.2 is a limited-scope bug fix release. Most bug fixes and all 
new feature work is being done in FX 8.

As with the previous release, the javafx/2.2.2/master forest will be 
updated once per week as we push out a new weekly build of JDK 7u8 / FX 
2.2.2, which will keep it in sync. You will need the jfxrt.jar from the 
weekly build of JDK 7u8 in order to build openjfx 2.2.2.

Weekly JDK 7u8 builds are available at:

http://jdk7.java.net/download.html

-- Kevin


Kevin Rushforth wrote:
> There are no FX 2.2.2 repositories yet. The only change from 2.2 thus 
> far is the version number identifying itself as 2.2.2.
>
> Since the 2.2.2 release is a very limited release, we will likely just 
> create a master repository on openjfx.
>
> -- Kevin
>
>
> Tadashi Ohmura wrote:
>> Hello everyone
>>
>> JDK 1.7 update 8 build 03 is out.
>> java -version says "build 1.7.0_08-ea-b03"
>>
>> JavaFX version in "build 1.7.0_08-ea-b03" is "2.2.2-ea-b03"
>>
>> Where is the source code of javaFX 2.2.2 ?
>>
>> Best regards
>>
>> tadashi Ohmura
>>   


More information about the openjfx-dev mailing list