changes.mady.by.user Former user
Saved on Jun 13, 2023
changes.mady.by.user Yeok Hong Ng (Deactivated)
Saved on Jul 30, 2024
...
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.
You should use an absolute path instead of a symlink for the MZ_HOME directory to avoid any issue during installation or upgrade.
JAVA_HOME
Example value: /opt/jdk/jdk-17.0.2
/opt/jdk/jdk-17.0.2
jdk-17.0.2
This environment variable specifies where the JDK is installed. For example:
/opt/jdk-<interim.update.patch>
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 $ export PATH=$JAVA_HOME/bin:$MZ_HOME/bin:$PATH