An open API service indexing awesome lists of open source software.

https://github.com/joaogsleite/java-rmi-example

Java Remote Method Invocation example project
https://github.com/joaogsleite/java-rmi-example

counter java remote-execution rmi servant servant-client

Last synced: 12 months ago
JSON representation

Java Remote Method Invocation example project

Awesome Lists containing this project

README

          

# Java RMI

### Run this example:

1. Compile `javac sd/*.java`

2. Start server `java sd.Server`

3. Start client `java sd.Client`