Changes between Version 94 and Version 95 of WikiStart
- Timestamp:
- Jun 27, 2011, 11:39:30 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v94 v95 39 39 == Latest Version == 40 40 41 The latest version of OpenJDK 6 is '''1.6.0-b22 GA''' released on 27.06.2011. This is an official build intended for general use. This build brings a long-awaited improvement that prevents Java applications from crashing on SMP systems and a bunch of minor fixes. 41 The latest version of OpenJDK 6 is '''1.6.0-b22 GA''' released on 27.06.2011. This is an official build intended for general use. This build brings a long-awaited improvement that prevents Java applications from crashing on SMP systems and a bunch of minor fixes. 42 42 43 43 The more detailed list of changes can be found [source:/tags/ga/doc/CHANGES.OS2 here]. 44 44 45 45 Version '''1.6.0-b22 GA''' is available for downloading in the following packages and formats. 46 47 Note that there is no "mpusafe" archives any more since Java should now work fine on SMP computers. If you still need "mpusafe" behavior for some reason, you may manually mark all {{{*.exe}}} files in the ZIP archives using the {{{markexe}}} utility (which you can find e.g. in the OS/2 Toolkit). 46 48 47 49 ==== Prerequisites ==== … … 53 55 ==== OpenJDK Packages ==== 54 56 55 ||'''OpenJDK 6 JRE'''||[ftp://ftp.netlabs.org/pub/java/openjdk6_b22_ wse/openjdk6_b22_jre_os2_ga-20110627.zip ZIP]||JRE package needed to run Java programs.||56 ||'''OpenJDK 6 SDK'''||[ftp://ftp.netlabs.org/pub/java/openjdk6_b22_ wse/openjdk6_b22_sdk_os2_ga-20110627.zip ZIP]||SDK package needed to compile Java programs.||57 ||'''OpenJDK 6 JRE'''||[ftp://ftp.netlabs.org/pub/java/openjdk6_b22_ga/openjdk6_b22_jre_os2_ga-20110627.zip ZIP]||JRE package needed to run Java programs.|| 58 ||'''OpenJDK 6 SDK'''||[ftp://ftp.netlabs.org/pub/java/openjdk6_b22_ga/openjdk6_b22_sdk_os2_ga-20110627.zip ZIP]||SDK package needed to compile Java programs.|| 57 59 58 60 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>'':