This is because the jar files loaded by your app are not the same ones packaged with IDEA. My solution was to put my versions of the jar files at the start of IDEA's classpath. I was not able to do the opposite (use IDEA's versions), I think because my versions have extra stuff IDEAs doesn't (extra drivers or something).
Donald F. McLean wrote: > Valentin Kipiatkov wrote: > >> Build 513 is available at http://www.intellij.com/eap. >> >> Changes in 513 from 512: >> >> - Hierarchy browser. Press Ctrl-H to view hierarchy for the current >> class. >> - Visual SourceSafe integartion. Ability to use external diff program. >> - Code Style. Separate options for spaces within parentheses for method >> call, method declaration etc. > > > When running the integrated JUnit, I'm getting an error in the XML > libraries. This is a known problem with JUnit 3.7. How do we go about > fixing the problem with the integrated JUnit? > -- Erb ============================================================== "The only time I like in the morning is afternoon." - Russell D. Cooper "If you do everything, then you're all done." - Melissa F. Cooper "Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall ============================================================== _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
