Click here to Skip to main content
15,894,291 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi friends,

how to run class file of java in another computer?
Posted
Comments
Sergey Alexandrovich Kryukov 25-Mar-14 11:51am    
Not clear. Do you assume that another computer has JVM? All the libraries you may have used in your application? What is the application type? What's the problem?
—SA

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
 
Share this answer
 
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/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900