classpath « jmx « Java Enterprise Q&A





1. select different jar at runtime - toggling    stackoverflow.com

I was wondering if there was a way to select different versions of the same jar at runtime. I am hoping to avoid using maven profiles since this would be a ...

2. How do I add classes to the classpath for MBean Explorer in eclipse    stackoverflow.com

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 ...

3. is it possible to load class information via JMX?    stackoverflow.com

I have two JAVA programms A,B which are communicating via JMX. Programm A has a class X in his classpath but B doens't have it. But i want to instantiate it in ...