{
System.out.println("Proxying java.awt.Frame...");
Class myC = Class.forName("java.awt.Frame");
myC.toSource(System.out, 0);
System.out.println(
"\nProxying org.apache.xml.utils.synthetic.TestDriver...");
myC =
Class.forName("com.ibm.org.apache.xml.utils.synthetic.TestDriver");