[jdom-interest] write/read xml file

Phil Weighill Smith phil.weighill-smith at volantis.com
Fri Apr 22 01:23:11 PDT 2005


You should not put JARs in the JDK directories; you must simply add them
to your classpath (preferably within your [Ant] build scripts rather
than using the environment.

Phil :n.

On Wed, 2005-04-20 at 23:49 +0200, leorsida at fastmail.fm wrote:
> 
> Hi all
> i'm building an application who use read/write XML file.
> I'm tring JDOM for this, but the javac compiler find an error for:
> 
> DataUnformatFilter format = new DataUnformatFilter();
> builder.setXMLFilter(format);
> 
> and
> 
> XMLOutputter xml = new XMLOutputter(" ",true);
> 
> it cant find this symbols....
> 
> Im install JDOM classes compiling the source and i putting the jdom.jar
> file in a \ext directory of jdk,
> im in wrong?? thaks....
> 
> Daniele L.
>  
>   Daniele Leorsini - 
>   e at mail: leorsida at fastmail.fm
>   e at mail: leorsida at lupin3rd.org
> 
>   My realizations: www.talentidisimonacosta.it (mirror: talenti.altervista.org)
> 
> 
>  
> 
> 


More information about the jdom-interest mailing list