Click to See Complete Forum and Search --> : RMI


venu9
March 3rd, 2000, 06:20 AM
I want to invoke remote exe(which on server) file and pass arguments to it
from client machine using RMI.Is it possible?if possible how it can achived?
for standalone appl in java programming i am able to invoke exe file in java
by using classes Runtime and Process

Diamond
March 3rd, 2000, 07:13 PM
Its not so easy process (but not very complex), because you have to do few steps to create RMI server and client. You can find step-by-step tutorial here:
http://java.sun.com/products/jdk/1.2/docs/guide/rmi/getstart.doc.html