Link to home
Start Free TrialLog in
Avatar of LeanMoreTryMore
LeanMoreTryMore

asked on

Can Java able to grab the excuteable module on the client sever and run on the UNIX server?

I've heard about the Java RMI that will be used to communicate between objects in distributed systems.

We have implemented a java program run as a scheduler on the client server.
One of our major client want the scheduler run on the UNIX server.
The problem is all the Oracle report and form are stored on the client server. Let's say if the scheduler is installed on the UNIX Server and up and running, the BIG question is:

1. How can the scheduler run the report on UNIX but the report executable module is stored in the Client server. Can Java RMI resolve this problem? If yes, what I need to know, or which web sites i can get more information about Java RMI, I get some info from java.sun.com but i found difficult to understand.

Please advise and give me some ideas.

Many thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of durgaprasad_j
durgaprasad_j

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial