Jump to content

IBM Java: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
(5 intermediate revisions by the same user not shown)
Line 9: Line 9:
* 1.0 (Sep 1996)
* 1.0 (Sep 1996)
* 1.0.1 (Oct 1996) - included in [[OS/2 Warp Version 4]]
* 1.0.1 (Oct 1996) - included in [[OS/2 Warp Version 4]]
* 1.0.2 (Apr 1997) - Software Choice catalog - [ftp://service.boulder.ibm.com/software/java_os2/os2/javaos2.zip javaos2.zip]
* 1.0.2 (Apr 1997) - Software Choice catalog - {{L-IBM|/software/java_os2/os2/javaos2.zip}}
Runtime updates included in Netscape 2.02 (SR8 - 1998)
Runtime updates included in Netscape 2.02 (SR8 - 1998)


;IBM OS2 Warp Developer Kit, Java Technology Edition
*[[IBM OS/2 Warp Developer Kit, Java Edition|IBM OS/2 Warp Developer Kit, Java Technology Edition]]
* 1.1.0 (Apr 1997) - alpha prerelease
*[[IBM OS/2 Warp Developer Kit, Java 2 Technology Edition]]
* 1.1.1 (Oct 1997) - beta prerelease
* 1.1.4 (Feb 1998) - better Unicode support, JDBC
* 1.1.6 (Jun 1998) - Symmetric Multiprocessing (SMP), Year 2000 ready
* 1.1.7 (1999) required for TCP/IP 4.3, Communications Server 6.01
* 1.1.8 (2000) required for IBM DB2 7.2 ([http://hobbes.nmsu.edu/download/pub/java/system/java118.zip java118.zip])
** Fixes: [http://hobbes.nmsu.edu/download/pub/java/system/java118fixes.zip java118fixes.zip]


;IBM OS2 Warp Developer Kit, Java 2 Technology Edition
* 1.3.0 (2001)
* 1.3.1 (2002)
** Fixes: 1.3.1 SR9 (Dec 2005)
==Links==
* [http://www.os2ezine.com/v2n7/javarev.htm IBM's OS/2 Java Progress]
* [ftp://ps.software.ibm.com/ps/products/os2/fixes/java111/ Release 1.1.1 Fixes]
* [https://www.3cat.com/java_os2/ Unofficial Java on OS/2 pages] - Seriously outdated but still some useful info on installing and using the older IBM Java V1.1


[[Category:Java]]
[[Category:Java]]

Latest revision as of 18:31, 5 April 2025

A Java runtime and development system made by IBM from their own codebase that is fully compatible with but generally considerably faster than the original Sun Microsystems code. 1.1x versions were available as a free download for users of OS/2 Warp or higher, but the later 1.3x versions were only available as a restricted feature. The last IBM Java runtime and development environment that runs natively on OS/2 is version 1.3.1 SR9.

If you have old Java code that needs to be supported, or just like testing out old apps you find on the net, it can be a good idea to keep an old IBM Java implementation on your system alongside newer versions, especially 1.1.8 with all fixes. Normally Java is fairly backwards compatible but with the introduction of Java 1.3 a few minor changes were made that broke backward compatibility, these are easy to fix if you know how and have the source but since neither of these can be assumed and as 1.1.8 can coexist with newer versions you might just as well keep an 1.1.8 installation on your drive for problematic programs.

Versions

IBM Java for OS/2

Runtime updates included in Netscape 2.02 (SR8 - 1998)