且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在另一台计算机上运行java的类文件

更新时间:2022-12-23 22:42:00

看到这个

http ://docs.oracle.com/javase/7/docs/technotes/guides/idl/jidlExample.html [ ^ ]

http://docs.oracle.com/javase/7/docs/technotes/guides/idl/tutorial/jidl2machines.html [ ^ ],解释了如何让Hello World在两台机器上运行。



但是,你们两台机器上都需要JVM :)



-KR
See this
http://docs.oracle.com/javase/7/docs/technotes/guides/idl/jidlExample.html[^]
http://docs.oracle.com/javase/7/docs/technotes/guides/idl/tutorial/jidl2machines.html[^], which explains how to enable the Hello World to run on two machines.

But yeah, you need JVM on both the machines :)

-KR


你可以e JADE(Java Agent开发框架)。它通过符合FIPA规范的中间件以及支持调试和部署阶段的一组图形工具简化了多代理系统的实现。代理平台可以跨机器分布(甚至不需要共享相同的OS),并且可以通过远程GUI控制配置。 http://jade.tilab.com/ [ ^ ]
You can use JADE(Java Agent DEvelopment Framework). It simplifies the implementation of multi-agent systems through a middle-ware that complies with the FIPA specifications and through a set of graphical tools that supports the debugging and deployment phases. The agent platform can be distributed across machines (which not even need to share the same OS) and the configuration can be controlled via a remote GUI. http://jade.tilab.com/[^]