I have two versions of the same library, for example abc-1.0.jar and abc-2.0.jar, I can’t avoid using my application, parts of the code have not yet been ported to 2.0. How do I get the class object and methods to be from abc-2.0.jar? but not from 1.0.jar in my module.
any help was greatly appreciated!
Sashank Relations
source
share