r***e 发帖数: 38 | 1 Gurus, Help!!!
I am new to XML.
trying to test sun's example:
http://java.sun.com/xml/docs/tutorial/sax/2a_echo.html
I download jaxp1.1(early release) and unzip it and put the 3 jar file
in jdk1.3\jre\lib\ext
complie is ok though some deprecate wraning,
but get a error when run it:
Exception in thread"main"
NoClassDefFoundError: org/xml/sax/HandlerBase
seems this is not included in jaxp1.1, where can I found it.
//bow |
|