RMI Server Codebase property
Hi,
I have been trying to test the feature of "dynamic code downloading" in RMI, using the tutorial mentioned below:
http://java.sun.com/j2se/1.3/docs/guide/rmi/codebase.html
It mentions about the RMI property java.rmi.server.codebase. I'm using JDK 6.0 and tried looking all over the API to read more about the codebase. I was unable to locate it. Does somebody know if it's nomenclature and usage has been modified in JDK 6.0?
Thanks.

