Setting up OpenJDK or Java environment

To set up the OpenJDK or Java environment use the following scripts. Replace the values for the Java or OpenJDK install directory, the Xerces install directory, and the Xalan install directory with values that are appropriate for your environment.

Windows

cmbjavaenv.bat

For example:

%IBMCMROOT%\bin\cmbjavaenv C:\OpenJDK\jdk-11.0.3+7 c:\xerces-2_12_0 c:\xalan-j_2_7_2

UNIX and AIX

cmbjavaenv.sh

For example:

. $IBMCMROOT/bin/cmbjavaenv.sh /home/jdk-11.0.5+10 /home/xerces-2_12_0 /usr/xalan-j_2_7_2