RMI UnmarshalException
hello,
i created a simple RMI application and it is working.
But my problem lis that i can run it only on one machine. I have the server and the client on the same machine. Any time i tried to put client on another i am getting an error:
java.rmi.UnmarshalException: error Unmarshalling ...
nested exception is:
java.lang.classNotFoundException: ..._Stub(no Security manager: RMI class loader disabled)
thanks

