郁闷死了,关于RMI,200分送给第一个解决问题的人!
Yoinn 2005-11-18 11:31:18 start rmiregistry
java -classpath ./testRmi.jar;%classpath% TestRMIServer
TestRMIServer err: RemoteException occurred in server thread; nested exception i
s:
java.rmi.UnmarshalException: error unmarshalling arguments; nested excep
tion is:
java.lang.ClassNotFoundException: ServiceImpl_Stub
我可以确认在testRmi.jar里面绝对包含ServiceImpl_Stub.class!!
郁闷死了!!