<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT face="Courier New">
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT face="Courier New">So
this is the output of a Test file I made. The classpath prints and then
when the following code executes and I get an error:</FONT></P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT
face=Arial></FONT> </P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT
face=Arial>....</FONT></P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT face=Arial>Document doc
= null;<BR> try{<BR> SAXBuilder builder = new
SAXBuilder(true);
//error
occurs here<BR> doc = builder.build(new
ByteArrayInputStream(xml));<BR> }</FONT></P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"></FONT><FONT
face=Arial>....</FONT></P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"> </P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt">Here is the output:</P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"> </P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT
face="Courier New">C:\j2sdk1.4.1\lib;.;C:\j2sdkee1.3.1\lib\j2ee.jar;C:\j2sdk1.4.1\jre\lib\ext\sunjce_provider.jar;C:\j2sdk1.4.1\jre\lib\security\local_policy.jar;C:\j2sdk1.4.1\jre\lib\security\US_export_policy.jar;C:\jdom-b8\build\jdom-jdk11.jar;C:\jdom-b8\build\jdmo.jar;C:\jdom-b8\lib\xerces.jar</FONT></P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT
face="Courier New"></FONT> </P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT
face="Courier New">Exception in thread "main" java.lang.NoClassDefFoundError:
com/sun/java/util/collections/HashMap<BR>
at
org.jdom.input.SAXBuilder.<init>(SAXBuilder.java)<BR>
at Test.main(Test.java:36)<BR></FONT></P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT
face="Courier New"></FONT> </P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT face="Courier New">I
have never heard of and can't find that directory, and the SAXBuilder
source only refers to the java/util/HashMap. If anybody can help I would
appreciate it very much, because I'm stumped... </FONT></P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT
face="Courier New"></FONT> </P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT
face="Courier New">Thanks,</FONT></P>
<P class=MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT
face="Courier New">Nathan Kufner</FONT></P></FONT></DIV></BODY></HTML>