// test_Proxy_Void
System.err.println("Testing test_Proxy_Void...");
Object proxy = Proxy.newProxyInstance(
Thread.currentThread().getContextClassLoader(),
new Class[] { MyRemoteInterface1.class },
new MyInvocationHandler());
mri.test_Proxy_Void(proxy);
System.err.println("Done.\n");
// test_Array_Void
System.err.println("Testing test_Array_Void...");