Object-oriented syntax, and Start of changeJava 6 or laterEnd of change SDKs

How do I run existing COBOL applications with Start of changeJava™ 6 or laterEnd of change?

Earlier versions of Enterprise COBOL applications that use object-oriented syntax for Java interoperability were supported with Java SDK 1.4.2 and Java 5.

To run these applications with Start of changeJava 6 or laterEnd of change, do these steps:

  1. Recompile and relink the applications using Enterprise COBOL V5.2 or later.
  2. Recompile the generated Java class that is associated with each object-oriented COBOL class using the javac command from Start of changeJava 6 or laterEnd of change.