[jdom-interest] NoClassDefFoundError: java/util/LinkList

Alex Rosen arosen at silverstream.com
Tue Feb 12 16:12:54 PST 2002


Which version of Java are you using? Since LinkedList is part of the JDK 1.2
and higher runtime, it should just work, if your JRE is not corrupt in some
way. If you're using JDK 1.1.x, you'll need to use the special 1.1
compatible version of JDOM in jdom11.jar. Check out the FAQ on this at
jdom.org.

Alex

> -----Original Message-----
> From: jdom-interest-admin at jdom.org
> [mailto:jdom-interest-admin at jdom.org]On Behalf Of Fellows, Nina L
> Sent: Tuesday, February 12, 2002 11:28 AM
> To: 'jdom-interest at jdom.org'
> Subject: [jdom-interest] NoClassDefFoundError: java/util/LinkList
>
>
> 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
>
>
>
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/yo
uraddr at yourhost.com




More information about the jdom-interest mailing list