[168] | 1 | OpenJDK 6 Alpha for OS/2 and eCS
|
---|
| 2 |
|
---|
[225] | 3 | Version 1.6.0 Build 19 Beta (2010-12-30)
|
---|
[168] | 4 |
|
---|
[225] | 5 | This is a beta build intended for testing purposes.
|
---|
[168] | 6 |
|
---|
| 7 |
|
---|
| 8 |
|
---|
| 9 | INTRODUCTION
|
---|
| 10 |
|
---|
[225] | 11 | This document contains a brief information on the OS/2 version of the
|
---|
[168] | 12 | OpenJDK 6 product. Please read it carefully before starting your work.
|
---|
| 13 | You may also visit the project page at
|
---|
| 14 |
|
---|
| 15 | http://svn.netlabs.org/java/wiki
|
---|
| 16 |
|
---|
| 17 | to get more information and the latest news and also to report bugs.
|
---|
| 18 |
|
---|
| 19 | To get a brief list of OS/2-specific changes from release to release
|
---|
| 20 | please see the CHANGES.OS2 file included in this distribution.
|
---|
| 21 |
|
---|
| 22 |
|
---|
| 23 |
|
---|
| 24 | REQUIREMENTS
|
---|
| 25 |
|
---|
| 26 | In order to use this version of OpenJDK, you will need the following:
|
---|
| 27 |
|
---|
| 28 | - A OS/2 Warp 4 Fixpack 16+, OS/2 Warp 4.5 or eComStation operating system.
|
---|
| 29 |
|
---|
[225] | 30 | - Odin32 library version 0.6.21541 (2010-12-30) or above:
|
---|
[168] | 31 |
|
---|
[225] | 32 | ftp://ftp.netlabs.org/pub/odin/odin32bin-20101230-release.wpi
|
---|
[168] | 33 |
|
---|
[225] | 34 |
|
---|
| 35 |
|
---|
[168] | 36 | INSTALLATION
|
---|
| 37 |
|
---|
[169] | 38 | The OpenJDK product is distributed in two packages: the JRE and the SDK
|
---|
| 39 | (which includes a copy of JRE). Simply take a necessary package and unzip it
|
---|
| 40 | to a directory of your choice. You will need to add the \bin subdirectory
|
---|
| 41 | inside this directory to PATH and BEGINLIBPATH to allow for starting Java
|
---|
| 42 | executables from an arbitrary location:
|
---|
[168] | 43 |
|
---|
| 44 | set PATH=<directory>\bin;%PATH%
|
---|
| 45 | set BEGINLIBPATH=<directory>\bin;%BEGINLIBPATH%
|
---|
| 46 |
|
---|
[170] | 47 | Also make sure there are no traces of other Java installations in the
|
---|
| 48 | environment because this is known to make problems (this in particular means
|
---|
| 49 | that the CLASSPATH environment variable should not be set).
|
---|
| 50 |
|
---|
[169] | 51 | Alternatively, you may add this subdirectory to PATH and LIBPATH statements
|
---|
| 52 | of your CONFIG.SYS (and reboot) to make the given Java installation the
|
---|
| 53 | default one.
|
---|
[168] | 54 |
|
---|
| 55 |
|
---|
[169] | 56 |
|
---|
[168] | 57 | CURRENT LIMITATIONS
|
---|
| 58 |
|
---|
[225] | 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.
|
---|
[168] | 63 |
|
---|
[225] | 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.
|
---|
| 78 |
|
---|
[168] | 79 | See the project roadmap for more information on the current progress and
|
---|
| 80 | future plans:
|
---|
| 81 |
|
---|
| 82 | http://svn.netlabs.org/java/roadmap
|
---|
| 83 |
|
---|
| 84 | Feel free to request new features and report bugs using the project bug
|
---|
| 85 | tracker abaialble at:
|
---|
| 86 |
|
---|
| 87 | http://svn.netlabs.org/java/report
|
---|
| 88 |
|
---|
| 89 |
|
---|
| 90 |
|
---|
| 91 | CREDITS
|
---|
| 92 |
|
---|
| 93 | Dmitry A. Kuminov (development)
|
---|
| 94 | Silvan Scherrer (management)
|
---|
| 95 |
|
---|
| 96 | netlabs.org (hosting & support)
|
---|
| 97 |
|
---|
| 98 | Oracle Corporation (original OpenJDK product)
|
---|
| 99 |
|
---|
| 100 | We also want to THANK all individuals and organizations who made the donations
|
---|
| 101 | to this project and helped to make it happen.
|
---|
| 102 |
|
---|
| 103 |
|
---|
| 104 | Oracle and Java are registered trademarks of Oracle and/or its affiliates.
|
---|
| 105 | OS/2 and OS/2 Warp are trademarks of the IBM Corporation and/or its subsidiary(-ies).
|
---|
| 106 | eComStation is a trademark of Serenity Systems International and/or its subsidiary(-ies).
|
---|
| 107 | Other names may be trademarks of their respective owners.
|
---|