changes.mady.by.user Jenni Wallin
Saved on Dec 20, 2022
...
MZ_HOME
Example value: /opt/mz
/opt/mz
This environment variable specifies where the software is to be installed.
The directory must exist and be empty prior to the installation.
JAVA_HOME
Example value: /opt/jdk-17.0.2.jdk
/opt/jdk-17.0.2.jdk
This environment variable specifies where the JDK is installed. For example:
/opt/jdk-<interim.update.patch>.jdk
PATH
The search path must contain the following directories: $JAVA_HOME/bin:$MZ_HOME/bin
$JAVA_HOME/bin:$MZ_HOME/bin
This environment variable specifies the search path.
$ export MZ_HOME=/opt/mz $ export JAVA_HOME=/opt/jdk/jdk-17.0.2.jdk $ export PATH=$JAVA_HOME/bin:$MZ_HOME/bin:$PATH