This is the source code for Chapter 18. As ususal the Java source code appears in the src directory, build.bat builds it, and clean.bat cleans up. To test the simple RMI client/server demo on the same machine, open two command shells. Run server.bat in one to run the server, and run the client in a different command shell with client.bat. These server and client scripts use the local-server.policy file and the client.policy file, respectively. The server.bat script will have to edited so that the codebase property is set to reflect the directory structure on your machine. Two run client on server on different machines, follow the instructions in the text of the book.