Changes between Version 156 and Version 157 of WikiStart
- Timestamp:
- Jul 21, 2012, 4:40:50 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v156 v157 47 47 [[Image(wiki:WikiStart:beta.jpg, 300px, right)]] 48 48 49 == Current Status and history ==50 Right now we work on Milestone [http://svn.netlabs.org/java/query?group=status&milestone=GA 3 GA3]49 == Current Status and History == 50 Right now we work on Milestone [http://svn.netlabs.org/java/query?group=status&milestone=GA4 GA4]. 51 51 === History === 52 * As of the 19th of January 2012, the project has entered the GA2 stage. 52 * As of the 21th of July 2012, the project has entered the GA3 stage. 53 * As of the 19th of March 2012, the project has entered the GA2 stage. 53 54 * As of the 27th of June 2011, the project has entered the GA (general availability) stage. 54 [[br]][[br]]55 55 56 56 == Latest Version == 57 57 58 The latest version of OpenJDK 6 is '''1.6.0 -b24 GA2''' released on 19.03.2012. This is an official build intended for general use. This build brings the latest version of OpenJDK 6 from Oracle and a bunch of OS/2 specific fixes like the ability to use OpenJDK with old IBM Java applications from the standard OS/2 installation.58 The latest version of OpenJDK 6 is '''1.6.0 Build 25 GA3''' released on 21.07.2012. This is an official build intended for general use. This build brings the latest version of OpenJDK 6 from Oracle and a bunch of OS/2 specific fixes. It also contains fixes necessary for the [wiki:IcedTea-Web] Java browser plugin. 59 59 60 The more detailed list of changes can be found [source:/tags/ga 2/doc/CHANGES.OS2 here].60 The more detailed list of changes can be found [source:/tags/ga3/doc/CHANGES.OS2 here]. 61 61 62 Version '''1.6.0 -b24 GA2''' is available for downloading in the following packages and formats.62 Version '''1.6.0 Build 25 GA3''' is available for downloading in the following packages and formats. 63 63 64 64 ==== Prerequisites ==== … … 66 66 ||'''kLIBC 0.6.5 Runtime Library'''||[ftp://ftp.netlabs.org/pub/gcc/libc-0_6_5-csd5.wpi WPI]||kLIBC runtime libraries needed for all Odin installations (required). || 67 67 ||'''GCC 4 Runtime Libraries'''||[ftp://ftp.netlabs.org/pub/gcc/gcc4core-1_2_1.wpi WPI]||GCC 4 runtime libraries are needed for all Odin installations.|| 68 ||'''Odin Runtime Libraries'''||[ftp://ftp.netlabs.org/pub/odin/0.8. 4/odin-0.8.4.zip ZIP]||Odin32 runtime libraries version '''0.8.4''' is needed for all OpenJDK packages.||68 ||'''Odin Runtime Libraries'''||[ftp://ftp.netlabs.org/pub/odin/0.8.5/odin-0.8.5.zip ZIP]||Odin32 runtime libraries version '''0.8.5''' is needed for all OpenJDK packages.|| 69 69 ||'''xsystray widget'''||[ftp://ftp.netlabs.org/pub/qt4/xsystray/xsystray-0_1_1.wpi WPI]||Extended system tray widget for XCenter/eCenter version '''0.1.1''' is needed to support system tray functionality in Java applications.|| 70 71 If you use the [http://svn.netlabs.org/rpm/wiki/RpmInstall YUM/RPM] package manager, you may install all the prerequisities (except xsystray) using the following command: 72 {{{ 73 yum install libc libgcc446 libodin 74 }}} 70 75 71 76 ==== OpenJDK Packages ==== 72 77 73 ||'''OpenJDK 6 JRE'''||[ftp://ftp.netlabs.org/pub/java/openjdk6_b24_ga2/openjdk6_b24_jre_os2_ga2-20120319.zip ZIP]||JRE package needed to run Java programs.|| 74 ||'''OpenJDK 6 SDK'''||[ftp://ftp.netlabs.org/pub/java/openjdk6_b24_ga2/openjdk6_b24_sdk_os2_ga2-20120319.zip ZIP]||SDK package needed to compile Java programs.|| 78 ||'''OpenJDK 6 JRE'''||[ftp://ftp.netlabs.org/pub/java/openjdk6_b25_ga3/openjdk6_b25_jre_os2_ga3-20120721.zip ZIP]||JRE package needed to run Java programs.|| 79 ||'''OpenJDK 6 SDK'''||[ftp://ftp.netlabs.org/pub/java/openjdk6_b25_ga3/openjdk6_b25_sdk_os2_ga3-20120721.zip ZIP]||SDK package needed to compile Java programs.|| 80 81 ==== !IcedTea-Web packages ==== 82 83 !IcedTea-Web packages are listed on a [wiki:IcedTea-Web separate page]. 84 85 ==== Source Code ==== 75 86 76 87 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>'': … … 79 90 }}} 80 91 81 The required tools and build instructions are described in the [source:/tags/ga 2/README README] file.92 The required tools and build instructions are described in the [source:/tags/ga3/README README] file. 82 93 [[br]][[br]] 83 94