本人很菜,第一次接触JAXP,想请教几个问题。
1.如何安装JAXP?(本人使用的是Windows XP)安装中的Web Container是什么?
2.我使用eclipse编写JAVA,在选择“No Web Container”的情况下安装了JAXP,运行代码提示错误如下:
Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
Unhandled exception type ParserConfigurationException
Unhandled exception type SAXException
Unhandled exception type MalformedURLException
Unhandled exception type IOException
Unhandled exception type SAXException
Unhandled exception type IOException at SAXTest.main(SAXTest.java:39)
我不知道问题出在哪儿:是我JAXP装得有问题,还是eclipse的环境配得有问题?(是不是还得添加路径什么的……?完全搞不懂……)
请高手指教!本人不甚感激~!
(P.S.我使用的是书上的例程,所以我想程序出错的可能性很小……)