Changes between Version 42 and Version 43 of WikiStart
- Timestamp:
- Jan 12, 2011, 8:31:40 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v42 v43 39 39 == Latest Version == 40 40 41 The latest version of OpenJDK 6 is '''1.6.0-b19 Beta ''' released on 30.12.2010. This is a second public release intended for testing purposes only. This release can run console as well as AWT and Swing Java applications.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. 42 42 43 The more detailed list of changes can be found [source:/tags/beta /doc/CHANGES.OS2 here].43 The more detailed list of changes can be found [source:/tags/beta2/doc/CHANGES.OS2 here]. 44 44 45 Version '''1.6.0-b19 Beta ''' is available for downloading in the following packages and formats.45 Version '''1.6.0-b19 Beta 2''' is available for downloading in the following packages and formats. 46 46 47 47 ==== Prerequisites ==== 48 48 49 49 ||'''GCC 4 Core Libraries'''||[ftp://ftp.netlabs.org/pub/gcc/gcc4core.wpi WPI]||GCC 4 runtime libraries needed for all Odin32 based installations.|| 50 ||'''Odin32 Library'''||[ftp://ftp.netlabs.org/pub/odin/odin32bin-201 01230-release.wpi WPI]||Odin32 runtime libraries needed for all OpenJDK packages.||50 ||'''Odin32 Library'''||[ftp://ftp.netlabs.org/pub/odin/odin32bin-20110112-release.wpi WPI]||Odin32 runtime libraries needed for all OpenJDK packages.|| 51 51 52 52 ==== OpenJDK Packages ==== 53 53 54 ||'''OpenJDK 6 SDK'''||[ftp://ftp.netlabs.org/pub/java/openjdk6_b19_sdk_os2_beta-20101230.zip ZIP]||SDK package needed to compile Java programs. Includes a copy of the JRE package.|| 55 56 A separate download for the JRE package will be provided later. 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.|| 57 56 58 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>'': … … 61 60 }}} 62 61 63 The required tools and build instructions are described in the [source:/tags/beta /README README] file.62 The required tools and build instructions are described in the [source:/tags/beta2/README README] file. 64 63 [[br]][[br]] 65 64