[jdom-interest] Missing classes in jdom beta 5?
Jeremy Howard
jeremyh at flashcom.net
Wed Oct 18 13:31:48 PDT 2000
Good afternoon everyone,
I've just downloaded the jdom beta 5 milestone drop and get this error when
running any of my old code, and on the samples provided with jdom.
Below is the error output from the SAXBuilderDemo that is supplied with the
jdom download....
[root at fishoutawata samples]# java SAXBuilderDemo fibo.xml
Exception in thread "main" java.lang.NoClassDefFoundError: org/jdom/input/SAXHandler
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:241)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:374)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:355)
at SAXBuilderDemo.testBuilder(SAXBuilderDemo.java:112)
at SAXBuilderDemo.main(SAXBuilderDemo.java:151)
I've looked in the cvs and can find no sign of the SAXHandler Class. I must be
missing something. Also I have xerces.jar and jdom-b5.jar in my
jdk1.3/jre/lib/ext directory.
Any help on this would really be appreciated. Thanks in advance.
Jeremy Howard
jeremyh at flashcom.net
More information about the jdom-interest
mailing list