It also possible to call the ACUBOBOL-GT Java command line functionality from another Java program by calling the static method RunCbl in the runcbl class, and passing a Java String array that contains a valid runtime command line and logging switches.
There are two versions of the static method RunCbl. This version takes command line arguments only:
RunCbl(String[])
This version takes command line arguments and linkage section parameters as an object array:
RunCbl(String[], Object[])