// mlet1.addURL(new File("one.jar").toURL());
ObjectName mName2 = new ObjectName("loading:test=mlet2");
MLet mlet2 = new MLet();
m_server.registerMBean(mlet2, mName2);
mlet2.addURL(jarPath2);
// mlet2.addURL(new File("two.jar").toURL());
String mbeanClass1 = "mx4j.examples.tools.persister.MBeanOne";
ObjectName mbeanName1 = new ObjectName("test:name=MBeanOne");
m_server.createMBean(mbeanClass1, mbeanName1, mName1,