java - Unable to run RMI client on different machine -


i trying run rmi client on remote machine in lan. have implemented server , registry on different machine in lan. works fine on same machine. when try run client program on different machine 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!

you haven't distributed stub file client.


Comments