Calling COBOL from Java

Tip: When calling COBOL from Java, you should enable the A_PRESERVE_SIGNAL_HANDLERS configuration variable to ensure intended behavior.

With ACUCOBOL-GT, there are many ways to achieve interoperability with Java. If you want to call COBOL from a Java application, you can: