It also possible to call the ACUBOBOL-GT Java command line functionality from another Java program by calling the static method RunCbl in 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 arguements only:
RunCbl(String[])
This version takes command line arguemnts and linkage section parameters as object array:
RunCbl(String[], Object[])