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 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 MMG 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