Changes between Version 8 and Version 9 of WikiStart
- Timestamp:
- Oct 1, 2010, 10:30:46 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v8 v9 19 19 20 20 == Current Status == 21 We are in a very early developmentstage.21 As of the 1th of October, 2010, the project has entered the Alpha stage. 22 22 [[br]][[br]] 23 23 24 24 == Latest Version == 25 25 26 So far no releases have been made. 26 The latest version of OpenJDK 6 is '''1.6.0-b13 Alpha''' released on 01.10.2010. This is a first public release intended for testing purposes only. 27 It can only compile and run console Java applications, AWT and Swing classes are not yet available. 27 28 28 {{{ 29 #!comment 30 The latest version is '''none''' released on ???. 29 The more detailed list of changes can be found [source:/tags/alpha/doc/CHANGES.OS2 here]. 31 30 32 Version '''none''' is available for downloading in the following packages and formats: 33 ||'''!Java Version ???'''||ftp site||!Java Version ??? based on x.y.z|| 34 }}} 31 Version '''1.6.0-b13 Alpha''' is available for downloading in the following packages and formats. 32 33 ==== Prerequisites ==== 34 35 ||'''Odin32 Library'''||[ftp://ftp.netlabs.org/pub/odin/odin32bin-20101001-release.wpi WPI]||Odin32 runtime libraries needed for all OpenJDK packages.|| 36 37 ==== OpenJDK Packages ==== 38 39 ||'''OpenJDK 6 SDK'''||[ftp://ftp.netlabs.org/pub/java/openjdk6_b13_sdk_os2_alpha-20101001.zip ZIP]||SDK package needed to compile Java programs. Includes a copy of the JRE package.|| 40 41 A separate download for the JRE package will be provided later. 35 42 36 43 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>'': … … 39 46 }}} 40 47 41 The required tools and build instructions are described in the readmefile.48 The required tools and build instructions are described in the [source:/tags/alpha/doc/README.OS2 README.OS2] file. 42 49 [[br]][[br]] 43 50