RemoteException java.rmi.UnmarshalException: error unmarshalling return [duplicate]
This question already has an answer here: java.rmi.ServerException: RemoteException occurred in server thread (ClassNotFoundException) 4 answers I'm running the program here on 2 JVMs on diff physical machines. I get the error RemoteException java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.lang.ClassNotFoundException: CalculatorImpl_Stub (no security manager: RMI class loader disabled) I've even tried running it on the same machine(unchanged program) and it works but it doesnt work on diff machines. Can someone pls help me out? @beny23- Thanks but I still end