I am trying to run a RMI server application. I issue the following command:
java exemploRMI.Server
and I got the following error:
Problemas no Servidor:
RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: exemploRMI.OlaRemoto
How to correct this error?
Problemas no Serivord means "Problems in the server" in Portuguese.