Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 425 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 425 Bytes

Java RMI

This is a simple example of JAVA RMI for mathematical operations between two numbers. This code works on Java 8.

Please use sdkman to install and setup the java 8.

Compile the code

    javac *.java

Run the RMI Registry

    rmiregistry

Run the Server Program

    java Client

Run the Client Program

    java Server