I fdownloaded the Xerces2j binary files & unzipped them. I tried to follow
the "usage" instructions for Sample sax.Writer. I keep getting the error
Exception in thread "main" java.lang.NoClassDefFoundError: sax/Writer
How do I fix this?
Oliver Wong - 06 Jul 2006 19:39 GMT
>I fdownloaded the Xerces2j binary files & unzipped them. I tried to follow
> the "usage" instructions for Sample sax.Writer. I keep getting the error
>
> Exception in thread "main" java.lang.NoClassDefFoundError: sax/Writer
>
> How do I fix this?
You need to ensure that the jars are on your classpath. See
http://mindprod.com/jgloss/classpath.html
- Oliver