Visit Azul.com Support

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

  1. Download the .tar.gz installation package.

  2. Extract the downloaded package.

     
    $ tar -xzvf zmc<version>-ca-linux_x64.tar.gz
  3. Run Azul Mission Control as shown below:

     
    $ zmc<version>-ca-linux_x64/Azul\ Mission\ Control/zmc

Installing and Running On macOS

  1. Download the .tar.gz installation package.

  2. Extract the downloaded package.

     
    $ tar -xzvf zmc<version>-ca-linux_x64.tar.gz
  3. Run Azul Mission Control as shown below:

     
    $ <zmc_package>/Azul\ Mission\ Control.app/Contents/MacOS/zmc

Installing and Running On Windows

  1. Download the .zip installation package.

  2. Extract the downloaded package.

  3. 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\zulu11\bin
  • Edit the zmc.ini configuration file before running Azul Mission Control as described below:

    1. Open zmc.ini located in the same directory as zmc.exe.

    2. Insert the following two lines above the -vmargs command:

       
      -vm <path_to_jdk_folder>\bin

      Your modified zmc.ini should look similar to the sample below:

       
      --launcher.appendVmargs -vm D:\JAVAs\zulu11\bin -vmargs ...
    3. Save zmc.ini.