I have inherited some Java RMI client/server code, and while it runs fine on one machine, I haven\'t been able to get it to run in my dev environment.
The problem is whe
You haven't regenerated the stub with rmic, or the Registry doesn't have access to it via its classpath.