<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>[jdom-interest] problem with xerces.jar bundeled with JDOM beta 8</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">hi</FONT>
<BR><FONT SIZE=2 FACE="Arial">recently down loaded JDOM beta 8 version and installed the JDOM and specified xerces.jar in CLASSPATH, then compiled the program and got an error :</FONT></P>

<P><FONT SIZE=2 FACE="Arial">HelloJDOM.java:34:<B> cannot access org.w3c.dom.Element</B></FONT>
<BR><B><FONT SIZE=2 FACE="Arial">file org/w3c/dom/Element.class not found</FONT></B>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; org.jdom.Document docX = builder.build(new File(args[0]));</FONT>
</P>

<P><B><FONT COLOR="#FF0000" SIZE=2 FACE="Arial">Scenario 2:</FONT></B> <FONT SIZE=2 FACE="Arial">down loaded xerces seperately and installed and included</FONT><B> <FONT SIZE=2 FACE="Arial">xercesImpl.jar</FONT></B> <FONT SIZE=2 FACE="Arial">and</FONT><B> <FONT SIZE=2 FACE="Arial">xmlParserAPIs.jar</FONT></B> <FONT SIZE=2 FACE="Arial">in CLASSPATH</FONT>
<BR><FONT SIZE=2 FACE="Arial">and compiled the application. Then got a warning but successfully compiled:</FONT>
<BR><B><FONT SIZE=2 FACE="Arial">HelloJDOM.java:34: warning: build(java.io.File) in org.jdom.input.DOMBuilder has been deprecated</FONT></B>
<BR><B><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; org.jdom.Document docX = builder.build(new File(args[0]));</FONT></B>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">&nbsp; Is any problem with the xerces.jar file bundled with JDOM ?</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">thanks</FONT>
<BR><FONT SIZE=2 FACE="Arial">ajay</FONT>
</P>

</BODY>
</HTML>