C
cyberco
I"m not sure if my understanding of classloading is correct, but I get
the feeling that it is where my problems lie.
I have a class that receives an object that uses a different
classloader/classpath. The incoming object knows nothing about classes
in the classpath of the receiving class. It should though. How can I
set the classloader of the incoming object so that it can find classes
(in the classpath) of the receiving class?
I hope I'm making sense
the feeling that it is where my problems lie.
I have a class that receives an object that uses a different
classloader/classpath. The incoming object knows nothing about classes
in the classpath of the receiving class. It should though. How can I
set the classloader of the incoming object so that it can find classes
(in the classpath) of the receiving class?
I hope I'm making sense