java.lang.ClassNotFound Exception
843793Jan 16 2002 — edited Jan 21 2002Hi ,
Could you help me ? I am trying to run my RMI server program - but when I get the registry started and call the sever prog. it says :
java.rmi.ServerException : RemoteException occurred in server thread ; nested exception is :
java.rmi.UnmarshalException : error unmarshalling arguments ; nested exception is :
java.lang.ClassNotFoundException : com.mycompany.RMI.ClassName_Stub
The stub & classes are in the same directory and I am calling both the server and rmiregistry to run from the directory just above the packages ?
Any clues ?
Thank you for any help !
Jin