Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 282 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 282 Bytes

SimpleJavaRMI

This is simple project to implement Remote method invocation

To Build and Run the project do the following

javac -d . *.java

rmic RMI.Person

rmiregistry

java RMI.Server

rmic RMI.Client