[jdom-interest] Help with Error message: java.lang.NoClassDefFoundError: org/xml/sax/helpers/XMLReaderFactory

tsasala at hifusion.com tsasala at hifusion.com
Wed Oct 11 03:57:40 PDT 2000


	Please ensure that Xerces is in your classpath.

	-Tom

Marco Pas wrote:
> 
> When trying to run the understanding code,
> i get the following error message.. using xerces parser...
> 
> import java.io.*;
> import java.util.*;
> import org.jdom.*;
> import org.jdom.input.*;
> import org.jdom.output.*;
> 
> public class jdom_test {
> 
>     public static void main(String[] arg) {
> 
>         try {
> 
>             SAXBuilder b = new SAXBuilder();
> 
>             System.out.println("Building DOM document...");
> 
>             Document doc = b.build(new File(C://751.htm));
>             XMLOutputter fmt = new XMLOutputter();
>             fmt.output(doc, System.out);
> 
>         } catch(Exception ex) {
> 
>             ex.printStackTrace();
>         }
>         System.exit(0);
>     }
> }
> 
> What am i doing wrong ?
> 
>                                 groeten / regards,
> 
>                                 Marco Pas
>                                 CMG Trade, Transport & Industry B.V.
> ----------------------------------------------------------------------
> Web Technology
> Postbus 8566, 3009 AN Rotterdam,
> Kralingseweg 241 - 249, 3062 CE Rotterdam
> The Netherlands
> Tel.: +31 (0)10 253.7391
> Fax: +31 (0)10 253.7035
> Personal Fax/Voicemail: 020 - 8833477
> http://www.cmg.com
> E-mail: marco.pas at cmg.nl
> 
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com

-- 
((((((((((((((((((((((((((((((((((())))))))))))))))))))))))))))))))))))))))
(                   Just say no to scope creep...                         )
((((((((((((((((((((((((((((((((((())))))))))))))))))))))))))))))))))))))))
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Thomas M. Sasala, Senior Developer             tsasala at hifusion.com     + 
+ HiFusion, Inc.                                 (W) 703.848.4441         +
+ 8180 Greensboro Dr, #500                       (F) 703.848.4420         +
+ McLean, VA  22102                                                       + 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



More information about the jdom-interest mailing list