J
John A. Bailo
I compiled and ran the code in:
http://www.comp.hkbu.edu.hk/~jng/comp3320/rmi.html
One question is: in order to run the client, it seems to need the
SampleServer.class (which contains the remoted method) in the same
directory.
How can I make it so that the SampleClient can run alone. I want to be
able to make changes to the SampleServer without having to copy a new
..class to the remote client with every change.
http://www.comp.hkbu.edu.hk/~jng/comp3320/rmi.html
One question is: in order to run the client, it seems to need the
SampleServer.class (which contains the remoted method) in the same
directory.
How can I make it so that the SampleClient can run alone. I want to be
able to make changes to the SampleServer without having to copy a new
..class to the remote client with every change.