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

Start of changeEnterprise COBOL V5.2 and later applications that use object-oriented syntax for Java™ interoperability are supported with Java 6 or later.End of change

Start of changeEarlier 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 Java 6 or later, do these steps:End of change

  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.