Rational Developer for System z
PL/I for Windows, Version 7.6, Programming Guide

Step 1: Writing the Java Program

Declare the Native Method

The native method for this sample program looks like this:

public native void pliShowInt();

Load the Native Library

The Java statement that loads the native library for this sample program looks like this:

 static {
   System.loadLibrary("passInt");
 }

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)