Chat prob..
843793Jun 24 2007 — edited Jun 25 2007I 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 ??