COBOL, Java and.or C++



Hi,
If you had a non-OO COBOL program that had to call/invoke a Java
class, would you -

a) Call a OO COBOL module that invokes Java class ?
b) Call a C++ module that invokes Java class ?

From a purely *TECHNICAL* point of view, I am not able to decide which
option to select. Both are well-documented and do the job. And, yet,
since there ARE two options, I would like to know what would be the
differences/pitfalls/limitations/version compatibility requirements,
etc.

FWIW, I have an example of (b) working and I am still developing (a).

Regards,
Nags.

.