Community
Participate
Working Groups
Build Identifier: 20090920-1017 Reproducible: Always Steps to Reproduce: 1. Start Eclipse without -Dcom.sun.management.jmxremote 2. Start some XYZ-application from Eclipse with -Dcom.sun.management.jmxremote 3. Start [JDK]/bin/jconsole.exe -or- [JDK]/bin/jvisualvm.exe Observed: The XYZ-application process is not visible in JConsole or JVisualVM. Expected: The XYZ-application process is available for connection from JConsole or JVisualVM. The workaround: 1. Start Eclipse with -Dcom.sun.management.jmxremote 2. Start some XYZ-application from Eclipse without -Dcom.sun.management.jmxremote This workaround allows JMX connection to Eclipse itself and all processes launched from it instead of connection to a specific process launched from Eclipse.
Java debugging... I guess?
This works fine for me using either jconsole or visualvm.