Aug 17
Connecting JConsole To Eclipse
Posted by James Netherton | Monday 17 August 2009 19:43 PM | In Java
Ever wanted to connect JConsole to an application that has been launched by Eclipse???
It’s quite simple to do. Just ensure you pass the following JVM argument when launching the application…..
-Dcom.sun.management.jmxremote
Start JConsole and you should get the option of connecting the the application you launched from Eclipse.
No Comments
[Post comment]