To implement RMI with a client on one machine and a server on another, you must:
Change how the server is bound to the system registry.
Redefine how the client accesses the server.
After this is done, follow the steps in Run Client and Server on Same Machine.