Java - Problems with JavaCallingCobol program

0 Likes

Problem:

Executing the JavaCallingCobol sample program it generates an error on UNIX using the standard, statically linked, ACUCOBOL-GT runtime.

Resolution:

In order to call COBOL from Java the shared object version of the ACUCOBOL-GT runtime must be used.

It is important to note that a shared object version of the runtime does not exist for all UNIX platforms, e.g.:

VAX VMS

HP3000

SCO OpenServer

TRUE64

Old KB# 2706
Comment List
Related
Recommended