Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #22988
| Newsgroups | comp.lang.java.programmer |
|---|---|
| Date | 2013-03-20 12:16 -0700 |
| References | <3ef61613-19c4-42d5-a9bb-82c2d9b4b8cd@googlegroups.com> <e81af975-00ad-4f92-9c47-443d11c05b60@googlegroups.com> |
| Message-ID | <7c205d0c-4a01-4fc8-b2f7-c1a151c73987@googlegroups.com> (permalink) |
| Subject | Re: help: class conflict in two different version JAR files |
| From | Lew <lewbloch@gmail.com> |
zyng wrote: > For example: In Eclipse, if I remove 3rdparty.1.0.1.jar from Project A's build path, some code Did you remember to put version 1.0.3 in Project A's build path? > of A has compiling errors. But it does not matter for this testing purpose. Now, if I run my > JUNit test code in Project B, the correct classes are used and the problem was avoided. Project A should not have trouble using a more recent version of the JAR. -- Lew
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
help: class conflict in two different version JAR files zyng <xsli2@yahoo.com> - 2013-03-20 07:34 -0700
Re: help: class conflict in two different version JAR files zyng <xsli2@yahoo.com> - 2013-03-20 07:50 -0700
Re: help: class conflict in two different version JAR files Lew <lewbloch@gmail.com> - 2013-03-20 12:16 -0700
Re: help: class conflict in two different version JAR files Lew <lewbloch@gmail.com> - 2013-03-20 12:14 -0700
Re: help: class conflict in two different version JAR files Arne Vajhøj <arne@vajhoej.dk> - 2013-03-20 22:11 -0400
Re: help: class conflict in two different version JAR files Roedy Green <see_website@mindprod.com.invalid> - 2013-03-20 20:32 -0700
csiph-web