Problem with JConsole
I have a java program which i'm running using eclipse. To monitor the performance, I am running Jconsole on a Windows XP system: jconsole <pid>
, where pid is a process id I got running jps.exe.
I get the following error message: "<pid> is not a managed VM."
What can I do to run jconsole on this process?

