Skip to content

Example of use of Java RMI technology. RMI Client send message to RMI Server; RMI Server return response to Client.

License

Notifications You must be signed in to change notification settings

nichisoft/rmiexample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rmiexample

Example of use of Java RMI technology. RMI Client send message to RMI Server; RMI Server return response to Client.

To use this example goto bin folder run from os shell command of jdk: rmiregistry Then open another os shell goto bin folder and run command to start Server: java MyServer Then open another os shell goto bin folder and run command to start Client: java MyClient

To use rmiregistry command create an environment os variable PATH to point jdk/bin folder installation.

About

Example of use of Java RMI technology. RMI Client send message to RMI Server; RMI Server return response to Client.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages