Not only do I get the AbstractDOMParser error, but it hangs my entire
terminal window (until I kill the process remotely - in unix).

-----Original Message-----
From: Swanson, Brion [mailto:[EMAIL PROTECTED]
Sent: Monday, August 20, 2001 8:40 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Help, Xerces 2.0 beta install problem


Actually, that's the exact same error I get when trying to run Xerces-J 2!
Help with this is GREATLY appreciated (by both of us, I'm sure).

Brion Swanson

-----Original Message-----
From: Youngjoon Ryu [mailto:[EMAIL PROTECTED]
Sent: Monday, August 20, 2001 7:36 AM
To: Xerces maillng list
Subject: Help, Xerces 2.0 beta install problem



I installed jdk1.4 beta and Xerces-j 2.0 beta in WINDOWS 2k

and set classpath=d:\work\Xerces\xerces.jar

When I ran examples(sax.Counter and dom.Counter) these Exceptions occured.
help

=======================================================
D:\Work\Xerces>java dom.Counter data\personal.xml
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/xerces/parses/AbstractDOMParse
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:130)
        at dom.Counter.main(Counter.java:339)

D:\Work\Xerces>java sax.Counter data\personal.xml
error: Unable to instantiate parse (org.apache.xerces.parses.SAXParse)
=======================================================

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to