ILE COBOL Programmer's Guide


COBOL and Java Programs

The Java Native Interface (JNI) allows Java code inside a Java Virtual Machine (JVM) to interoperate with applications and libraries that are written in other programming languages, such as COBOL, RPG, C, C++, and Assembler. This chapter describes how to make COBOL and Java programs work together, using the JNI.

You can also use the following components of the IBM Toolbox for Java to combine COBOL and Java programs:

For more information about these approaches, refer to the Java section of the Programming category in the iSeries 400 Information Center at this Web site - http://www.ibm.com/eserver/iseries/infocenter.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]