Jconsole tab debugging

Does anyone having any suggestions on how to try and debug a plugin tab for jconsole ?

I'd like to try and do this from eclipse if possible, the problem is due to having supply the jar file with jconsole instead of class files from eclipse .

any suggestions would be much appreciated.

[305 byte] By [MultiCorea] at [2007-11-27 9:34:45]
# 1

Hi,

You might want to switch on the traces in JConsole, see here:

http://blogs.sun.com/jmxetc/entry/troubleshooting_connection_problems_in_jconsole

To develop your own plugin tab, just take example on the JConsole JTop demo that

ship with the JDK, that's what I did when I wanted to develop my BeanShell plugin tab,

and it was really painless.

See here:

http://blogs.sun.com/jmxetc/entry/a_beanshell_plugin_for_jconsole

To specify a pluginpath, classpath, system properties, etc... to JConsole you can

take example on what I did here - see how to start jconsole with a new classpath

and how to give it some system properties:

http://blogs.sun.com/jmxetc/entry/how_to_retrieve_jvm_information

Hope this helps,

-- daniel

JMX, SNMP, Java, etc...

http://blogs.sun.com/jmxetc

dfuchsa at 2007-7-12 22:59:46 > top of Java-index,Core,Monitoring & Management...