[jdom-interest] NoClassDefFoundError: java/util/LinkList
Fellows, Nina L
nina.fellows at eds.com
Tue Feb 12 08:27:33 PST 2002
Hi!
I have installed the jdom-b7, executed build and build samples, set up
JAVA_HOME, and added xerces.jar, jdom.jar and build\classes to the
classpath. When running java samples.WarReader web.xml I receive
java.lang.NoClassDefFoundError: java/util/LinkedList
at org.jdom.input.SAXHandler.<init>(SAXHandler.java:176)
at
org.jdom.input.SAXBuilder.createContentHandler<SAXBuilder.java:323)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:279)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:617)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:599)
at samples.WarReader.read(Compiled Code)
at samples.WarReader.main(WarReader.java:187)
Where is it looking to try and find the LinkedList.class? Do I need to add
that to the classpath? I found LinkedList.class in jdk1.2.2\jre\rt.jar and
JavaSoft\JRE\1.2\librt.jar, but added those directories to the classpath had
no effect.
Nina Fellows
nina.fellows at eds.com
More information about the jdom-interest
mailing list