Updating the Java path

Start of changeStarting with z/OS V2R2, PFA uses a minimum of IBM 31-bit SDK for z/OS Java Technology Edition version 7.1.0.End of change

Start of changeYou must update the ini file in the /etc/PFA/ directory for Predictive Failure Analysis (PFA) processing to locate the Java™ code on your system. For more information about the ini file, see How PFA uses the ini file.End of change

The JAVAPATH= line must be set to the SMP/E installation path for the Java code for PFA. If you installed the Java code for PFA elsewhere, you must change this line to the path where the Start of changeJava code for PFAEnd of change is installed. The default is Start of change/usr/lpp/bcpEnd of change. For example: Start of change
JAVAPATH=  /usr/lpp/bcp
End of change Update the PATH= and LIBPATH= statements in the ini file to point to the executable code needed for JNI calls.
The following example shows the typical Java path that PFA uses beginning with z/OS V2R2:
PATH= /usr/lpp/java/J7.1/lib/s390/classic:/usr/lpp/java/J7.1/lib/s390
LIBPATH=/usr/lpp/java/J7.1/lib/s390:/usr/lpp/java/J7.1/lib/s390/classic:/lib:/usr/lib: