What are the steps involved to make work a RMI program?

Technology CommunityCategory: JavaWhat are the steps involved to make work a RMI program?
VietMX Staff asked 4 years ago

The following steps must be involved in order for a RMI program to work properly:

  • Compilation of all source files.
  • Generatation of the stubs using rmic.
  • Start the rmiregistry.
  • Start the RMIServer.
  • Run the client program.