Jump to content

IBM Java: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
Line 12: Line 12:
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 Technology Edition]]
*[[IBM OS2 Warp Developer Kit, Java 2 Technology Edition]]
*[[IBM OS/2 Warp Developer Kit, Java 2 Technology Edition]]


==Links==
==Links==

Revision as of 18:28, 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)

Links