←
^
→
Java RMI
Setting the Codebase
If you want the client to download class code for your client you must first set the codebase:
java -Djava.rmi.server.codebase="http://mymachine.com/" ...
and make sure that the code can be downloaded from that URL.
SUN provides a 2-page webserver known as
ClassServer.java
for you to use.
José M. Vidal
.
14 of 22