Skip to Main Content

Java SE (Java Platform, Standard Edition)

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!

Replacing Base Class Loader

843798Jul 31 2001 — edited Jul 31 2001
Hi All,
I'm using SOAP to transfer Java Objects to my application. Everything works great if the client has access to the class file for the object it receives.
I get a ClassNotFoundException in my deserializer if the class file is not available on the client.
I can solve this problem (I think) if I can replace the base class loader with mine. Does anyone know how this can be done?

Thanks.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 28 2001
Added on Jul 31 2001
2 comments
54 views