org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found ApacheXMLEclipseJavaSUN
程序员文章站
2024-01-22 16:51:28
...
在eclipse中执行main方法的时候,默认的XML解析类是com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl,这个是没问题的。
默认的XML解析类是org.apache.xerces.jaxp.DocumentBuilderFactoryImpl,所以报了如上的错误。
解决方法1,
在XML解析之前,强制性的指定:
解决方法2
当然DocumentBuilderFactoryImpl 在xercesImpl.jar
但导入此包又会产生其他问题,
建议由j2ee1.4换成 Java EE 5就没有问题了
默认的XML解析类是org.apache.xerces.jaxp.DocumentBuilderFactoryImpl,所以报了如上的错误。
解决方法1,
在XML解析之前,强制性的指定:
System.setProperty("javax.xml.parsers.DocumentBuilderFactory", "com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl");
解决方法2
当然DocumentBuilderFactoryImpl 在xercesImpl.jar
但导入此包又会产生其他问题,
建议由j2ee1.4换成 Java EE 5就没有问题了
推荐阅读
-
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found ApacheXMLEclipseJavaSUN
-
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found ApacheXMLEclipseJavaSUN
-
Ubuntu2 16.04版本安装java|The program 'java' can be found in the following packages
-
Class not found
-
mysql启动报错-server PID file could not be found解决_MySQL
-
android busybox:not found 问题和sh:can't access tty; job con
-
IIS 7.5 HTTP 错误 404.3 - Not Found错误的解决方法
-
php使用ZipArchive提示Fatal error: Class ZipArchive not found in的解决方法,ziparchivefatal
-
你的Jsp页面有黄×么,有黄色问号么?Multiple annotations found at this line: - Invalid location o
-
LogWriter: Operating system error 21(error not found) encountered