Oracle® Java Mission Control Experimental Plug-Ins Offline Installation

Oracle logo
The Experimental Plug-ins for the Mission Control RCP application are normally installed from within Mission Control itself.
If that is not possible for network reasons, follow these instructions:

Step-by-Step Instructions

  1. Download the zip for offline installation.
  2. Unzip the zip file to a folder.
  3. Run the following command*:
    bin/jmc -consoleLog -nosplash -application org.eclipse.equinox.p2.director -r file:<unzip folder> -l 
    to find out what features are available, select one that ends with
    feature.group
  4. Run the following command*:
    bin/jmc -consoleLog -nosplash -application org.eclipse.equinox.p2.director -r file:<unzip folder> -i <X.Y.Z.feature.group>
* On Linux, an example command can look like
bin/jmc -consoleLog -nosplash -application org.eclipse.equinox.p2.director -r file:/tmp/jmc-experimental-rcp-6.0.0 -i com.oracle.jmc.feature.jconsole.feature.group
* On Windows, an example command can look like
bin\jmc -consoleLog -nosplash -application org.eclipse.equinox.p2.director -r file:/c:/tmp/jmc-experimental-rcp-6.0.0 -i com.oracle.jmc.feature.jconsole.feature.group | more

For more information, see the P2 Director Guide