You're not including jdom.jar in your classpath. Is there a reason you need to use the beta version? JDOM 1.0 is over two years old now.<br><br>And... I don't know why you're referencing jaxp.jar in the first place. Both b10 and 
1.0 contain a jar called xml-apis.jar. If you're using Java 1.5 (or 1.4 for that matter), you dont't need xml-apis.jar or xerces.jar. If you're not using JDOM's XPath classes, all you need is %JDOM_HOME%\build\jdom.jar, assuming JDOM_HOME is set to where you unzipped the 
jdom-1.0.zip file.<br><br><div><span class="gmail_quote">On 11/28/06, <b class="gmail_sendername">Anshul Saxena</b> &lt;<a href="mailto:anshulacxiom@gmail.com">anshulacxiom@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I am getting the above error although my class path settings are :<br>CLASSPATH:<br>.;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip;C:\java\jdom-b10\build;%JDOM_HOME%\build\classes;<br>%JAVA_HOME%\lib\tools.jar;%JDOM_HOME%\lib\xerces.jar;%JDOM_HOME%\lib\jaxp.jar
<br><br>JAVA_HOME : C:\Program Files\Java\jdk1.5.0_09<br>JDOM_HOME: C:\java\jdom-b10<br><br>I cannot see any &quot;jaxp.jar&quot; file in the jdom folder. Is this the cause for the error. If it is, then how can i get this file. I don't think it comes with the current version of jdom-b10.
<br><br>Kindly reply ASAP.<br><br>Regards<br>

<br>_______________________________________________<br>To control your jdom-interest membership:<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.jdom.org/mailman/options/jdom-interest/youraddr@yourhost.com" target="_blank">
http://www.jdom.org/mailman/options/jdom-interest/youraddr@yourhost.com</a><br><br></blockquote></div><br>