Installing and Running Azul Mission Control
To install Azul Mission Control, download the appropriate installer from Azul Mission Control product page and complete the steps described below.
Installing and Running On Linux
-
Download the
.tar.gz
installation package. -
Extract the downloaded package.
$ tar -xzvf zmc<version>-ca-linux_x64.tar.gz -
Run Azul Mission Control as shown below:
$ zmc<version>-ca-linux_x64/Azul\ Mission\ Control/zmc
Installing and Running On macOS
-
Download the
.tar.gz
installation package. -
Extract the downloaded package.
$ tar -xzvf zmc<version>-ca-linux_x64.tar.gz -
Run Azul Mission Control as shown below:
$ <zmc_package>/Azul\ Mission\ Control.app/Contents/MacOS/zmc
Installing and Running On Windows
-
Download the
.zip
installation package. -
Extract the downloaded package.
-
Run Azul Mission Control as shown below:
".\zmc<version>-ca-win_x64\Azul Mission Control\zmc.exe"
Configuring JDK for Azul Mission Control
If you observe the "No local JVMs detected" warning when you run zmc.exe
, perform either of the following:
-
Use the
-vm
parameter to explicitly specify an appropriate JDK to run Azul Mission Control, for example:zmc.exe -vm D:\JAVAs\zulu17\bin -
Edit the
zmc.ini
configuration file before running Azul Mission Control as described below:-
Open
zmc.ini
located in the same directory aszmc.exe
. -
Insert the following two lines above the
-vmargs
command:-vm <path_to_jdk_folder>\binYour modified
zmc.ini
should look similar to the sample below:--launcher.appendVmargs -vm D:\JAVAs\zulu17\bin -vmargs ... -
Save
zmc.ini
.
-