|
-
March 3rd, 2000, 07:20 AM
#1
RMI
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
-
March 3rd, 2000, 08:13 PM
#2
Re: RMI
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...start.doc.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|