hi
i was trying to run a basic level RMI program .i compiled all the interface ,implementation ,client and server files and got the respective .class files .After that i did i generated the stub and skelton files for the Implementation
After that starting the Rmiregistry ,i started running the server file ,it gave me an error saying
java.rmi.ServerException: RemoteException occurred in server
thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: CalcuImpl_Stub
I later on checked it again all the stub and skelton files are present there .Can anyone tell me what to do ?
The example i was trying was given in jGuru.
All the files are in one folder
Thanks
Lakshmi