客户端主要代码为:
try{

   Hashtable ht = new Hashtable();
   ht.put(InitialContext.PROVIDER_URL, "jnp:\\localhost:1099" );
   ht.put(InitialContext.INITIAL_CONTEXT_FACTORY, 
"org.jnp.interfaces.NamingContextFactory");
    Context cn1=new InitialContext(ht);
    HelloHome he=(HelloHome)PortableRemoteObject.narrow(cn1.lookup("HelloWorldHome"),HelloHome.class);