| View previous topic :: View next topic |
| Author |
Message |
Ethel Guest
|
Posted: Sat Jun 24, 2006 6:40 am Post subject: problem with Xerces2j installation on win 98 |
|
|
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? |
|
| Back to top |
|
 |
Oliver Wong Guest
|
Posted: Thu Jul 06, 2006 11:39 pm Post subject: Re: problem with Xerces2j installation on win 98 |
|
|
"Ethel" <noaddress (AT) fuspammer (DOT) com> wrote in message
news:zK0ng.42749$qD.35644@newsfe1-gui.ntli.net...
| Quote: | 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 |
|
| Back to top |
|
 |
|