远程PC访问功能

发布于 2024-11-01 16:52:27 字数 145 浏览 0 评论 0原文

有 2 台计算机通过互联网连接。第一台电脑有 first.class 文件,远程电脑有 second.class 文件。

我想访问远程电脑的功能之一(具有 secondary.class 文件)。我该怎么做?

There are 2 computers connected via internet. The first pc has first.class file and remote pc has second.class file.

I want to access one of the function of the remote pc (that has second.class file). How can i do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

独木成林 2024-11-08 16:52:28

使用远程过程调用 (RPC),例如 RMIRPC-XML

With a Remote Procedure Call (RPC) such as RMI or RPC-XML.

╭⌒浅淡时光〆 2024-11-08 16:52:28

对于这种分布式系统,您需要 Java RMI,请检查附件关联。

You need Java RMI for that kind of distributed systems, check that attached link.

白昼 2024-11-08 16:52:28

虽然 RMI 可以提供帮助,但您应该查看 Akka 的远程 Actor 以获得更高级别的信息(更易于使用)抽象。

Whilst RMI can help, you should take a look at Akka's Remote Actors for a higher level (easier-to-use) abstraction.

筑梦 2024-11-08 16:52:27

您需要RMI(远程方法调用)。阅读本教程,您将了解如何实现您想要的目标。

You need RMI (remote method invocation). Read the tutorial and you'll see how you can achieve what you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文