GBL_HFS_JAVA_DIRn
The z/OS® UNIX® System Services path of the Java™ home directory.
- Description
-
The z/OS UNIX System Services path of the Java home directory.
The path consists of the concatenated values of the GBL_HFS_JAVA_DIR1 and GBL_HFS_JAVA_DIR2 parameters.
Typically, you only specify GBL_HFS_JAVA_DIR1. GBL_HFS_JAVA_DIR2 is provided as a convenience to specify the remainder of a long directory path.
This parameter is required if you are enabling the self-describing agent (SDA) functionality in the z/OS monitoring server (TEMS) and agents.
For the runtime members, see the TEMS_JAVA_BINPATH parameter in the KDSDPROF member of the RKANDATV library.
As an example, if GBL_HFS_JAVA_DIR1 is set to
/my/own/copyand GBL_HFS_JAVA_DIR2 is set to /of/java, then the resulting directory path is a concatenation of these two values:/my/own/copy/of/java. - Default value
-
For GBL_HFS_JAVA_DIR1:
/usr/lpp/java/IBM/J8.0_64For GBL_HFS_JAVA_DIR2: none (empty string)
- Permissible values
-
A z/OS UNIX directory path. Must begin with a forward slash (/).
Do not specify a trailing /bin directory in the value. IBM Z® Monitoring Configuration Manager appends /bin to the value that you specify.