Replacing Base Class Loader
843798Jul 31 2001 — edited Jul 31 2001Hi 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.