使用 netBeans 制作 RMI 存根
我在网络上的一些地方看到我们可以使用 Netbeans 动态创建存根,这是它的一个很好的功能。
我搜索了很多,但所有点击都来自旧版本(4 或 5),其他人告诉 Netbeans 网站中有完整的参考,但链接已删除,我在网站中找不到它。
损坏的链接:rmi.netbeans.org
如果有我不知道的方法请告诉我,或者没有让我知道不要再搜索并尝试使用 rmic。
更多搜索结果:
http://forums.sun.com/thread.jspa?threadID= 5037503 http://forums.netbeans.org/post-8076.html&highlight=< /a>
谢谢
I see some where in the web that we can make Stub dynamically with Netbeans and it`s a good feature of it.
I search a lot but all hits are from Old version (4 or 5) and others told a complete reference is in Netbeans website but the links is removed and i couldn`t find it in the site.
Broken Link : rmi.netbeans.org
Please if there is way which i don`t know tell me or there is not let me know for not search any more and try to work with rmic.
more search results :
http://forums.sun.com/thread.jspa?threadID=5037503
http://forums.netbeans.org/post-8076.html&highlight=
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 Java 6,则无需创建存根来运行 RMI 程序,如果您使用的是旧版本,这里是 解决方案。
If you are using Java 6 there is no need of creating stubs to run an RMI program and if you are using a older version here is the solution.