compiling procedure

1.Compile all client and server classes
2.Generate stub and skeleton, this can be done using a command(rmic MyServerIntf)
3.Seperate client and server programs into different folders(not mandatory for running on same machine) 4.start rmi registry, this can be done using a commmand(rmi registry)
5.start server
 6.start client

No comments:

Post a Comment