[jdom-interest] JDOM beta 8 in Visual Age

Laurent Bihanic laurent.bihanic at atosorigin.com
Thu May 30 00:26:30 PDT 2002


tballen at COPART.COM wrote:
> Hello.
> 
> I recently downloaded JDOM beta 8 and imported into Visual Age for Java 
> enterprise edition 4.0.
> I created a separate project for JAXP to hold all the javax.xml.*, 
> org.w3c.dom.* and org.xml.sax.* but I get an error in my JDOM project 
> that 2 classes are missing.  These are JDOMResult and JDOMSource.
> It seems I don't have javax.xml.transform.* anywhere.  I did not see it 
> in the JDOM download or the Xerces download.
> Where/how can I get these packages?

The javax.xml.transform.* packages are part of JAXP 1.1. If you have 
javax.xml.parsers but not javax.xml.transform.*, you probably imported JAXP 1.0.
The JDOM lib directory contains the jaxp.jar file from the JAXP 1.1 RI. You 
should import this in your project.

Laurent




More information about the jdom-interest mailing list