关于java-RMI概念

发布于 2024-09-10 11:45:36 字数 210 浏览 1 评论 0原文

我的教授让我执行一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文