I have written a small client server rmi program.
It works perfectly on my desktop, but when i transfer it to my lap top it stops working
The server will not start:
I get the error:
Exception creating server: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: com.bm_soft.frn.RMI.SessionManagerImpl_Stub
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: com.bm_soft.frn.RMI.SessionManagerImpl_Stub
I am sure it is something to do with classpaths but I have no idea?
Any help would be wonderful
Michael
It works perfectly on my desktop, but when i transfer it to my lap top it stops working
The server will not start:
I get the error:
Exception creating server: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: com.bm_soft.frn.RMI.SessionManagerImpl_Stub
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: com.bm_soft.frn.RMI.SessionManagerImpl_Stub
I am sure it is something to do with classpaths but I have no idea?
Any help would be wonderful
Michael