have got a problem where I have two different JAR files with each having a different versions of the org.w3c.dom, (ie Jar file A has V1, for example, of org.w3c.dom, while Jar B has V2)..... A third Jar file needs to point to newer version (ie Jar C needs to point to Jar B), but it always picks up the older one (ie Jar C looks in Jar A!!) I need both jars A and B in the Websphere Server because they perform very different purposes Is there anything I can do to force Jar C to use Jar B? I have tried rearranging the Java Build Path order.
If you interested (or it helps) 1. Jar A is NCSO.jar (used for Domino connections), 2. Jar B is Xerces.jar, 3. Jar C is Axis.jar.