Changes between Version 54 and Version 55 of WikiStart
- Timestamp:
- Feb 21, 2011, 2:31:49 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v54 v55 34 34 == Current Status == 35 35 36 As of the 30th of December, 2010, the project has entered the Beta stage. '''Happy New Year to everyone'''!36 As of the 21th of Friday, 2011, the project has entered the RC (release candidate) stage. 37 37 [[br]][[br]] 38 38 39 39 == Latest Version == 40 40 41 The latest version of OpenJDK 6 is '''1.6.0-b19 Beta 2''' released on 12.01.2011. This is a second beta that fixes some problems found in the previous beta.41 The latest version of OpenJDK 6 is '''1.6.0-b19 RC''' released on 21.02.2011. This is a first release candidate version that fixes a number of problems with a bunch of various Java applications as well as brings sound and JPDA support. 42 42 43 The more detailed list of changes can be found [source:/tags/ beta2/doc/CHANGES.OS2 here].43 The more detailed list of changes can be found [source:/tags/rc/doc/CHANGES.OS2 here]. 44 44 45 Version '''1.6.0-b19 Beta 2''' is available for downloading in the following packages and formats.45 Version '''1.6.0-b19 RC''' is available for downloading in the following packages and formats. 46 46 47 47 ==== Prerequisites ==== … … 52 52 ==== OpenJDK Packages ==== 53 53 54 ||'''OpenJDK 6 JRE'''||[ftp://ftp.netlabs.org/pub/java/openjdk6_b19_ jre_os2_beta2-20110112.zip ZIP]||JRE package needed to run Java programs.||55 ||'''OpenJDK 6 SDK'''||[ftp://ftp.netlabs.org/pub/java/openjdk6_b19_ sdk_os2_beta2-20110112.zip ZIP]||SDK package needed to compile Java programs. Includes a copy of the JRE package.||54 ||'''OpenJDK 6 JRE'''||[ftp://ftp.netlabs.org/pub/java/openjdk6_b19_rc/openjdk6_b19_jre_os2_rc-20110221.zip ZIP]||JRE package needed to run Java programs.|| 55 ||'''OpenJDK 6 SDK'''||[ftp://ftp.netlabs.org/pub/java/openjdk6_b19_rc/openjdk6_b19_sdk_os2_rc-20110221.zip ZIP]||SDK package needed to compile Java programs. Includes a copy of the JRE package.|| 56 56 57 57 If you want to play with the latest development version, you can check it out directly from the SVN repository. In order to do so you need to download and install the subversion client for eCS (OS/2). Use the following command to check out the full source tree to a ''<local_directory>'': … … 60 60 }}} 61 61 62 The required tools and build instructions are described in the [source:/tags/ beta2/README README] file.62 The required tools and build instructions are described in the [source:/tags/rc/README README] file. 63 63 [[br]][[br]] 64 64