关于java-RMI概念
我的教授让我执行一个 RMI 程序。 客户端和服务器程序的编译都很完美,没有产生任何错误。 但是当我给出“rmic实现类名”时,它显示没有找到类。
我以为,编译客户端和服务器程序时会自动编译实现程序。编译这两个程序后,我可以在存储位置找到实现程序类文件以及客户端和服务器类文件。但是当我尝试时生成客户端存根和服务器骨架时,显示“未找到实现类”。
请帮我找到实现程序的类文件。
my prof. asked me execute a RMI program.
the compilation of client and server programs are perfect.it didn't generate any error.
but when i give 'rmic implementation class-name',it shows that no class found.
i was thought that,the implementation program will be automatically compiled when client and server program is compiled.After compiling those two,i can find the implementation program class file along with the client and server class files in the stored location .but when i try to generate the client stub and server skeleton,it shows that "implementation class not found."
please help me to find the implementation program's class file .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是官方教程: http:// download.oracle.com/docs/cd/E17409_01/javase/tutorial/rmi/overview.html
Here is the official tutorial for this: http://download.oracle.com/docs/cd/E17409_01/javase/tutorial/rmi/overview.html