Changeset 241
- Timestamp:
- Jan 12, 2011, 8:16:23 PM (15 years ago)
- Location:
- trunk/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/CHANGES.OS2
r225 r241 4 4 5 5 CHANGES 6 7 8 1.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. 6 33 7 34 -
trunk/doc/README.OS2
r231 r241 1 1 OpenJDK 6 Alpha for OS/2 and eCS 2 2 3 Version 1.6.0 Build 19 Beta (2010-12-30)3 Version 1.6.0 Build 19 Beta 2 (2011-01-12) 4 4 5 5 This is a beta build intended for testing purposes. … … 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.215 41 (2010-12-30) or above:31 32 ftp://ftp.netlabs.org/pub/odin/odin32bin-201 01230-release.wpi30 - Odin32 library version 0.6.21558 (2011-01-12) or above: 31 32 ftp://ftp.netlabs.org/pub/odin/odin32bin-20110112-release.wpi 33 33 34 34 … … 46 46 47 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). 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). 50 51 51 52 Alternatively, you may add this subdirectory to PATH and LIBPATH statements … … 81 82 normally (for example, using the OS/2 Font Palette object). 82 83 83 3. Go to the directory "< OpenJDK>\bin\jre\lib" (where <OpenJDK> is where you84 installed the OpenJDK package) and copy the file85 "fontconfig.liberation.bfc" to "fontconfig.bfc". It is safe to overwrite86 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. 87 88 88 89 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". 90 92 91 93 Note that you need to restart all Java applications to let them pick up the … … 211 213 Warp4 kernel instead. 212 214 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. 218 222 219 223 See the project roadmap for more information on the current progress and
Note:
See TracChangeset
for help on using the changeset viewer.