Jenni Wallin
Kevin Wu
Apr 23, 2024
May 29, 2024
...
Variable
Description
MZ_HOME
This environment variable specifies where the software is installed.
JAVA_HOME
This environment variable specifies where the JDK is installed.
PATH
This environment variable specifies the search path and must contain the following directories:
$JAVA_HOME/bin:$MZ_HOME/bin
Example - Setting environment variables
$ export MZ_HOME=/opt/mz $ export JAVA_HOME=/opt/jdk/jdk-17.0.2 $ export PATH=$JAVA_HOME/bin:$MZ_HOME/bin:$PATH