Why do I continue to get ClassNotFoundException on server stub class?
Created May 4, 2012
Sehner Ralf I had the same problem.
The solution was to use the parameter -Dxxx like in
the following call:
java -classpath=.. -Djava.rmi.server.codebase=file://<IP>/<Drive-Letter>:/<Path to the root directory of your packages>/ <Class with main>Do not forget to use the trailing '/'.