Visit Azul.com Support

Install and Run Azul Mission Control

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us
Talk about OpenJDK?
Discuss with the community on the Foojay Forum.
Go to Forum

To install Azul Mission Control, download the appropriate installer from Azul Mission Control product page and complete the steps described below.

Install and run 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

Install and run 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

Install and run 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"

Set JDK to run 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.