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!

Chat prob..

843793Jun 24 2007 — edited Jun 25 2007
I created a program for chat using rmi..
I extends UnicastRemoteObject in both server and client sides...
And after compliling the server is running smoothly but client is holding the following errors...

error:
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: java.rmi.server.RemoteObjectInvocation
Handler


Did any one know any ideas ??
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 23 2007
Added on Jun 24 2007
2 comments
92 views