The Artima Developer Community
Sponsored Link

Java Answers Forum
Pointing at the correct JAR File.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
nick

Posts: 3
Nickname: thewhale
Registered: Oct, 2002

Pointing at the correct JAR File. Posted: Nov 12, 2002 12:18 AM
Reply to this message Reply
Advertisement
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.

Topic: Recursive method using StringReverse Previous Topic   Next Topic Topic: Java Virtual Machine

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use