[168] | 1 | OpenJDK 6 Alpha for OS/2 and eCS
|
---|
| 2 |
|
---|
| 3 | Version 1.6.0 Build 13 Alpha (2010-10-01)
|
---|
| 4 |
|
---|
| 5 | This is an alpha build intended for testing purposes.
|
---|
| 6 |
|
---|
| 7 |
|
---|
| 8 |
|
---|
| 9 | INTRODUCTION
|
---|
| 10 |
|
---|
| 11 | This document contains a brief information on the OS/2 version of the
|
---|
| 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 |
|
---|
| 30 | - Odin32 library version 0.6.21470 (2010-10-01) or above:
|
---|
| 31 |
|
---|
| 32 | ftp://ftp.netlabs.org/pub/odin/odin32bin-20101001-release.wpi
|
---|
| 33 |
|
---|
| 34 |
|
---|
| 35 |
|
---|
| 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 |
|
---|
| 59 | 1. Only console Java applications will work! No AWT, no Swing so far.
|
---|
| 60 | This will come in a Beta.
|
---|
| 61 |
|
---|
| 62 | See the project roadmap for more information on the current progress and
|
---|
| 63 | future plans:
|
---|
| 64 |
|
---|
| 65 | http://svn.netlabs.org/java/roadmap
|
---|
| 66 |
|
---|
| 67 | Feel free to request new features and report bugs using the project bug
|
---|
| 68 | tracker abaialble at:
|
---|
| 69 |
|
---|
| 70 | http://svn.netlabs.org/java/report
|
---|
| 71 |
|
---|
| 72 |
|
---|
| 73 |
|
---|
| 74 | CREDITS
|
---|
| 75 |
|
---|
| 76 | Dmitry A. Kuminov (development)
|
---|
| 77 | Silvan Scherrer (management)
|
---|
| 78 |
|
---|
| 79 | netlabs.org (hosting & support)
|
---|
| 80 |
|
---|
| 81 | Oracle Corporation (original OpenJDK product)
|
---|
| 82 |
|
---|
| 83 | We also want to THANK all individuals and organizations who made the donations
|
---|
| 84 | to this project and helped to make it happen.
|
---|
| 85 |
|
---|
| 86 |
|
---|
| 87 | Oracle and Java are registered trademarks of Oracle and/or its affiliates.
|
---|
| 88 | OS/2 and OS/2 Warp are trademarks of the IBM Corporation and/or its subsidiary(-ies).
|
---|
| 89 | eComStation is a trademark of Serenity Systems International and/or its subsidiary(-ies).
|
---|
| 90 | Other names may be trademarks of their respective owners.
|
---|