A new class library,
com.microfocus.cobol.runtimeservices, has been introduced to help you integrate JVM COBOL and Java in the same application.
The library contains the following classes:
- CallableProgram
- Provides a class and annotation that you can use to create a class that can be called from COBOL.
- Interop
- Provides a class that contains helper methods for loading, calling and cancelling a program.
- RunUnit
- Provides a container class that allows you to use COBOL programs in a multi user/session environment.
Full information on these classes is available in Javadoc format for integration in the Eclipse IDE.