I am trying to run RMI client on a remote machine in my LAN. I have implemented Server and Registry on a different machine in LAN. It works fine on same machine. But when I try to run Client program on different machine it shows following exception: java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.lang.ClassNotFoundException: CalculatorImpl_Stub (no security manager: RMI class loader disabled)
Thanks in advance!