> >5) Comparing apples and oranges. It can be done it works and Cobol and >invoke Java. Just be open.
By the way, we do call COBOL subroutines from Java programs and vice-versa and mix that with calls to C routines both ways. You name it, we call it... Involves some crafty JNI (be sure to read the book and be sure to trace JNI calls while debugging; you do not want to leave object references lying around...), but it does work quite well and performance is good. The goal of code re-use is achieved here. Cheers, Jantje. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

