URL url=new URL("file", null, fileF.getAbsolutePath());
// Load the mbeans defined in the file and set all
// attributes
List mbeans=reg.loadMBeans( url, null);
reg.invoke(mbeans, "init", false);
reg.invoke(mbeans, "start", false);
}
public static void main( String args[] ) {
try {