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 versionsJDK-17 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

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

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

export JAVA_BIN