Hi, I'm working with Apache Tomcat/5.0.19. In the \Tomcat 5.0\common\endorsed\ directory, I've got 2 libraries : xerces.jar (I think it's an old Xerces, I didn't put myself there : someone else need it) and xercesImpl.jar (a newer version of xerces).
I coded a class that need xerces2, but when I launch it (via a servlet) in my Tomcat, it throws a NoSuchMethoError cause it doesn't take the good jar ! How can I "force" Tomcat to take the librairy j want ? Thanx in advance
