当前位置: 技术问答>java相关
问高手一个有关RMI的问题
来源: 互联网 发布时间:2015-02-12
本文导语: 我对RMI的结构已经比较熟悉了,但是在做的时候总是注册不上,能帮帮忙吗?我的JAVA开发环境是JBuild4,非常感谢 | HelloWorldImpl obj=new HelloWorldImpl("HelloWorldServer"); LocateRegistry.createRegistry(1099)...
我对RMI的结构已经比较熟悉了,但是在做的时候总是注册不上,能帮帮忙吗?我的JAVA开发环境是JBuild4,非常感谢
|
HelloWorldImpl obj=new HelloWorldImpl("HelloWorldServer");
LocateRegistry.createRegistry(1099);
Naming.rebind("//localhost:1099/HelloWorldServer",obj);
LocateRegistry.createRegistry(1099);
Naming.rebind("//localhost:1099/HelloWorldServer",obj);