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.gzinstallation 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.gzinstallation package.
- 
Extract the downloaded package. $ tar -xzvf zmc<version>-ca-linux_x64.tar.gz
- 
Double click Azul Mission Control.appin the extracted directory.
Installing and Running On Windows
- 
Download the .zipinstallation 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 -vmparameter to explicitly specify an appropriate JDK to run Azul Mission Control, for example:zmc.exe -vm D:\JAVAs\zulu21\bin
- 
Edit the zmc.iniconfiguration file before running Azul Mission Control as described below:- 
Open zmc.inilocated in the same directory aszmc.exe.
- 
Insert the following two lines above the -vmargscommand:-vm <path_to_jdk_folder>\binYour modified zmc.inishould look similar to the sample below:--launcher.appendVmargs -vm D:\JAVAs\zulu21\bin -vmargs ...
- 
Save zmc.ini.
 
-