Changeset 241


Ignore:
Timestamp:
Jan 12, 2011, 8:16:23 PM (15 years ago)
Author:
dmik
Message:

Readme/changes for Beta 2.

Location:
trunk/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/CHANGES.OS2

    r225 r241  
    44
    55CHANGES
     6
     7
     81.6.0 Build 19 Beta 2 (2011-01-12)
     9
     10  - Added a predefined font configuration file to use the Liberation font family
     11    as Java system fonts (see README.OS2 for details).
     12
     13  - Added the jawt.lib library to the SDK package.
     14
     15  - Added some missing GUI and audio classes to rt.jar.
     16
     17  - Fixed: Java could not find a .jar file in the current directory when
     18    starting it with 'java -jar filename.jar'.
     19
     20  - Fixed: Non-ASCII characters in the title bar of any Java window would be
     21    drawn using wrong glyphs.
     22
     23  - Fixed: Java could incorrectly detect the default object heap size on some
     24    systems for some specific VIRTUALADDRESS values and abort at startup with a
     25    "Could not reserve enough space for object heap" error message.
     26
     27  - Fixed: java.io.File.mkdirs() wouild always fail which would in particular
     28    abort the installation process of some applications such as jEdit, iTrain
     29    (this bug was actually fixed in Odin).
     30
     31  - Fixed: An attempt to use Drag & Drop in any Java application would cause
     32    a Java exception and program termination.
    633
    734
  • trunk/doc/README.OS2

    r231 r241  
    11OpenJDK 6 Alpha for OS/2 and eCS
    22
    3 Version 1.6.0 Build 19 Beta (2010-12-30)
     3Version 1.6.0 Build 19 Beta 2 (2011-01-12)
    44
    55This is a beta build intended for testing purposes.
     
    2828  - A OS/2 Warp 4 Fixpack 16+, OS/2 Warp 4.5 or eComStation operating system.
    2929
    30   - Odin32 library version 0.6.21541 (2010-12-30) or above:
    31 
    32     ftp://ftp.netlabs.org/pub/odin/odin32bin-20101230-release.wpi
     30  - Odin32 library version 0.6.21558 (2011-01-12) or above:
     31
     32    ftp://ftp.netlabs.org/pub/odin/odin32bin-20110112-release.wpi
    3333
    3434
     
    4646
    4747  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).
     48  environment because this is known to make problems (in particular, this means
     49  that the CLASSPATH/JAVA_HOME/SWING_HOME environment variables should not be
     50  set).
    5051
    5152  Alternatively, you may add this subdirectory to PATH and LIBPATH statements
     
    8182     normally (for example, using the OS/2 Font Palette object).
    8283
    83   3. Go to the directory "<OpenJDK>\bin\jre\lib" (where <OpenJDK> is where you
    84      installed the OpenJDK package) and copy the file
    85      "fontconfig.liberation.bfc" to "fontconfig.bfc". It is safe to overwrite
    86      the target file.
     84  3. Go to the directory "<SDK>\bin\jre\lib" (where <SDK> is where you installed
     85     SDK package) or "<JRE>\lib" (where <JRE is where you installed the JRE
     86     package) and copy the file "fontconfig.liberation.bfc" to "fontconfig.bfc".
     87     It is safe to overwrite the target file.
    8788
    8889  In order to return back to the default fonts, go to "<OpenJDK>\bin\jre\lib"
    89   again and copy the file "fontconfig.default.bfc" to "fontconfig.bfc".
     90  (or to "<JRE>\lib") again and copy the file "fontconfig.default.bfc" to
     91  "fontconfig.bfc".
    9092
    9193  Note that you need to restart all Java applications to let them pick up the
     
    211213     Warp4 kernel instead.
    212214
    213   2. The separate JRE package of OpenJDK is not currently available. You may
    214      still extract JRE from the SDK package (it is located in the \jre
    215      subdirectory of the SDK distribution archive).
    216 
    217   3. Some rarely used Java system classes may be still missing in this release.
     215  2. The JPDA (Java Platform Debugger Architecture) component is missing.
     216
     217  3. The com.sun.tools.attach package (API to attach to a Java virtual machine)
     218     is missing.
     219
     220  4. Some other rarely used Java system classes may also be missing in this
     221     release.
    218222
    219223  See the project roadmap for more information on the current progress and
Note: See TracChangeset for help on using the changeset viewer.