What is the difference between the following in SAMPJCL(AW0SEDIT)? Should they be set to the same path?
ISREDIT CHANGE ALL SMPJHOMEPATH +
/usr/lpp/java/V.R/
It is set to: /usr/lpp/java/J8.0_64/
and
ISREDIT CHANGE ALL /your/smpjhome/directory/ +
/your/smpjhome/directory/
COMMON SERVICES 15.0 - z/OS supported releases -
Looking at the CCS150.CAI.SAMPJCL(AW0SEDIT), there is the same path for:
ISREDIT CHANGE ALL SMPJHOMEPATH +
"/usr/lpp/java/J8.0_64"
AND
ISREDIT CHANGE ALL /your/smpjhome/directory/ +
"/usr/lpp/java/J8.0_64"
and this is correct.
The SMPJHOMEPATH is the name of the directory in the UNIX file system that contains the JAVA runtime.
The SMPJHOME is used to specify the directory where the Java runtime resides. For example:
//SMPJHOME DD PATH='/usr/lpp/java/J1.4'