Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.lang.ClassNotFound Exception

843793Jan 16 2002 — edited Jan 21 2002
Hi ,
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 18 2002
Added on Jan 16 2002
4 comments
125 views