I cannot find any JVMs on JVM Explorer. What is wrong?
How can I enable the BCI mode of CPU profiler on remote host?
At least one JVM (Eclipse itself) should be shown on JVM Explorer. If no JVM is shown, it is likely that Eclipse is not started with supported JDK. For example, Sun JRE might be used instead of Sun JDK 6 or OpenJDK 6.
Note: If failed to specify -vm option or if you don't want to change the eclipse launch settings, you may try specifying the JDK on preference page Window > Preferences > Java > Monitor > Tools > JDK Root Directory.
To enable BCI mode of CPU profiler on remote host:
<plug-ins instalation directory>/org.fusesource.ide.jvmmonitor.core/lib/jvmmonitor-agent.jar
-javaagent:<path>/jvmmonitor-agent.jar
Note: When you upgrade the version of JVM Monitor, jvmmonitor-agent.jar has to be copied again.