
Chapter 5. Using WebSphere Developer for zSeries 83
5.6 Remote debugging of a Java application with JNI
calls
We now describe how you can remotely debug a Java application that includes
JNI calls to a COBOL program. We use the example described in 6.3.2, “Calling
a COBOL program from a Java application” on page 101 to demonstrate how it
can be done using the remote debugging facility available in WDz. Steps for
doing the remote debugging for such applications are as follows:
1. Create an MVS project in WDz.
2. Include a COBOL program in the project.
3. Include an Assembler macro in the project (Example 5-2 on page 83).
4. Build the entire project ...