Changeset 225
- Timestamp:
- Dec 30, 2010, 12:44:54 AM (15 years ago)
- Location:
- trunk/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/CHANGES.OS2
r168 r225 6 6 7 7 8 1.6.0 Build 13 Alpha (2010-10-01) 8 1.6.0 Build 19 Beta (2010-12-30) 9 10 - Added support for AWT and Swing classes which brings GUI capabilities. 11 12 - Lots of small fixes. 13 14 15 1.6.0 Build 19 Alpha (2010-10-01) 9 16 10 17 - First public release. -
trunk/doc/README.OS2
r170 r225 1 1 OpenJDK 6 Alpha for OS/2 and eCS 2 2 3 Version 1.6.0 Build 1 3 Alpha (2010-10-01)3 Version 1.6.0 Build 19 Beta (2010-12-30) 4 4 5 This is a n alpha build intended for testing purposes.5 This is a beta build intended for testing purposes. 6 6 7 7 … … 9 9 INTRODUCTION 10 10 11 This document contains a brief information on the OS/2 version of the 11 This document contains a brief information on the OS/2 version of the 12 12 OpenJDK 6 product. Please read it carefully before starting your work. 13 13 You may also visit the project page at … … 28 28 - A OS/2 Warp 4 Fixpack 16+, OS/2 Warp 4.5 or eComStation operating system. 29 29 30 - Odin32 library version 0.6.21470 (2010-10-01) or above: 31 32 ftp://ftp.netlabs.org/pub/odin/odin32bin-20101001-release.wpi 30 - Odin32 library version 0.6.21541 (2010-12-30) or above: 33 31 34 32 ftp://ftp.netlabs.org/pub/odin/odin32bin-20101230-release.wpi 33 34 35 35 36 36 INSTALLATION … … 57 57 CURRENT LIMITATIONS 58 58 59 1. Only console Java applications will work! No AWT, no Swing so far. 60 This will come in a Beta. 59 1. OpenJDK will not work correctly under the OS/2 SMP kernel (Java process 60 hangs are very likely). This is a known problem of Odin32 which will be 61 addressed in further releases. The workaround is to use the OS/2 UNI or 62 Warp4 kernel instead. 63 64 2. The separate JRE package of OpenJDK is not currently available. You may 65 still extract JRE from the SDK package (it is located in the \jre 66 subdirectory of the SDK distribution archive). 67 68 3. AWT and Swing always use font anti-aliasing for all standard components. 69 If you want to disable anti-aliasing, you may use the following Java 70 command line argument: 71 72 -Dawt.useSystemAAFontSettings=off 73 74 However, this is not recommended since Java uses standard OS/2 Type1 75 fonts by default which look really ugly with anti-aliasing turned off. 76 77 3. Some rarely used Java system classes may be still missing in this release. 61 78 62 79 See the project roadmap for more information on the current progress and
Note:
See TracChangeset
for help on using the changeset viewer.