Changeset 241 for trunk/doc/README.OS2
- Timestamp:
- Jan 12, 2011, 8:16:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.