Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Help needed to move a java.rmi.Remote object.....

843793Jul 19 2001 — edited Jul 23 2001
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 20 2001
Added on Jul 19 2001
2 comments
143 views