I have a web app being deployed in JBoss AS 6.0.0. I'm using the JBoss Tools plugin in eclipse 3.6. I have the server configured with the project and it runs OK. My app exposes some MBeans via JMX.
I'm using the MBean Explorer view to access the JMX beans. Some of my beans return instances of classes defined in my project. When I invoke these methods via the explorer view I get a ClassNotFound exception for these classes.
How can I add my classes to the classpath for the MBean Explorer view?
(If it easier to do this with eclipse-jmx plugin, I'm happy to use that instead.)