Skip to content

siddhi47/RMIExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages