public class Client { public static void main(String args[]) { Comm_Proxy a = new Comm_Proxy("horb://localhost:9000/00"); a.start(); a.output("sd"); } }