Are you perhaps running java 1.4 on your test machines? Java 1.4 bundles an (old) version of xerces in the system rt.jar, and putting the latest jar in the classpath doesn't override "system" classes.
If this is the case, see the FAQs about how to use the "endorsed override" feature or similar. Regards, Simon On Thu, 2003-08-07 at 19:24, Matt Cohen wrote: > Now, I have xercesImpl.jar at the front of the classpath so no other class > copy could be picked up instead. And I can't seem to get why this is so? > Is there any other possible package that could cause this? Anyone have any > thoughts? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
