/michael sorens/:
(1) Why am I seeing a difference between command-line and Eclipse
compilation?
Check your Eclipse project configuration - you've most probably got
the Xerces library set before the System library, which is really
loaded at JVM boot, i.e. before Xerces, during run-time (incl
I have a Xerces issue that surfaced when I upgraded from Java 1.4.2 to 1.5.
Plus I get different behavior depending on whether I am inside or outside
Eclipse.
Here's my simple test file:
import org.apache.xerces.dom.DocumentImpl;
public class DocTest extends DocumentImpl {
/Michael Glavassevich/:
Stanimir Stamenkov <[EMAIL PROTECTED]> wrote on 11/04/2005 09:46:22 AM:
On the other hand if you want to use the DOM Level 3 interfaces
provided by Xerces you'll need to put at least the "xml-apis.jar" in
the "endorsed" libraries, at least for compilation - I'm not sure