Java からの手続き型 COBOL の呼び出し
This chapter describes how you can access legacy procedural COBOL programs from Java using the support provided in the com.microfocus.cobol.RuntimeSystem class.
オブジェクト指向 COBOL からの Java の呼び出し
This chapter shows you how to code a COBOL program to call Java methods using the OO COBOL Java domain.
Java からのオブジェクト指向 COBOL の呼び出し
This chapter describes how you can access COBOL objects from Java programs. This is slightly different from the method for accessing procedural COBOL from Java programs.
Java データ型
This chapter describes how COBOL and Java data types are mapped on to each other.
JVM COBOL と Java の相互運用
This section covers how to call JVM COBOL from Java, how to call Java from JVM COBOL and some examples.