Hi guys
Ive made an RMI connection with a client and a server and I want to get an object from the server and give the client access to it. How do I go about doing this please?
I've managed to retrieve a string but when trying to get an object it throws a ClassCastException: $Proxy1 cannot be cast to...
Cheers!
