Help needed to move a java.rmi.Remote object.....
843793Jul 19 2001 — edited Jul 23 2001Hi,
I have an object extending java.rmi.Remote on a server. I want to get it onto a client (ie the actual object, not a reference to the object on the server).
The catch (isn't there always one):
The client must only get class definitions/interface definitions from the java.rmi.server.codebase
(ie I don't want to use a network classloader).
Anyone any ideas?
Kev.