First of all, before we start discussing please take a look at this official document from oracle : http://docs.oracle.com/javase/tutorial/essential/environment/paths.html http://docs.oracle.com/javase/7/docs/technotes/tools/windows/classpath.html http://docs.oracle.com/javase/6/docs/technotes/guides/rmi/hello/hello-world.html http://docs.oracle.com/javase/1.5.0/docs/guide/rmi/hello/hello-world.html Create server side code create client code compile all server and client cod using javac command using cmd and move to bin folder in each of package space of server and client code … Continue reading Java RMI – How to write and run a simple RMI codes on the localhost or different hosts
