COMMON SERVICES: : AW0SEDIT Java path install clarification
search cancel

COMMON SERVICES: : AW0SEDIT Java path install clarification

book

Article ID: 207892

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS

Issue/Introduction

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/                                            

 

Environment

COMMON SERVICES 15.0 - z/OS supported releases - 

 

Resolution

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'