Hi All,
Greetings for the day!
Well I'm in the middle of
an integration and a jar which I'm to integrate clashes with one that's
already present in the framework.
Both have a few common and rest
different set of classes. To avoid clash I think of the class load
concept,if a same class is loaded with
two different instances of a
class-loader then both the instances of the class loaded twice are
uniquely identified by the Jvm and the runtime clash
doesn't
happen,there's a class that is common between both the jars with the
same package hierarchy but the resources for both are different.
I've observed GenericDispatcher it internally uses custom class load concept,but then its just for getting the dispatcher.
Is there some way round this could be dealt?
Regards
Prince
Regards
Prince