changes.mady.by.user Jenni Wallin
Saved on Jan 24, 2022
Saved on Oct 06, 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/jdk1jdk-11.80.0_1214
/opt/jdk/
jdk-11.
0.
4
This environment variable specifies where the JDK is installed.
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/jdk1jdk-11.80.0_1214 $ export PATH=$JAVA_HOME/bin:$MZ_HOME/bin:$PATH