java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is

今天在学RMI的时候遇到了这个问题:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:  java.lang.ClassNotFoundException:

后来是通过在class同一个目录启动start rmiregistry来解决的。

另外,这篇文章介绍的比较全面,可以参考:
http://blog.163.com/hero_213/blog/static/39891214200931822122599/

你可能感兴趣的:(java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is)