4.4.2.1 Java Settings

To configure the Java Settings, refer the following table:

Table 4-2 Java Settings

Description Example Value
In the .profile file, set JAVA_BIN to include the JDK absolute path.

For example: JAVA 17

Table 4-3 Java Settings

Description Example Value

In the .profile file, set the Java tool options for all versions JDK 11.0.20 and above updates.

Ensure that SYMBOLIC links to JAVA installation are not set in the PATH variable.

JAVA_TOOL_OPTIONS=" -Djdk.util.zip.disableZip64ExtraFieldValidation=true"

export JAVA_TOOL_OPTIONS

Note:

OFS STSA does not support OpenJDK.
In the .profile file, set JAVA_BIN to include the JDK absolute path.

For example: JAVA_BIN =/usr/java/jdk-11.0.20/bin

export JAVA_BIN

Note:

During upgrade from 81270 to 81310 build, since 81270 is running on JDK-11.0.13 and 81310 needs to be running on JDK-17, the certificates needs to be imported again to JDK-17.