This parser does not support specification "null" version "null" 有关问题的处理
This parser does not support specification "null" version "null" 问题的处理
在Eclipse中报错如下:
java.lang.UnsupportedOperationException: This parser does not support specification "null" version "null"
解决方法:
进入到安装jdk的目录,例如:D:\Program Files\Java\jdk1.6.0_07\jre\lib\ext;
拷一个xerces.jar包进去,即可解决问题;
如果本来就存在xerces.jar包,可能是因为版本不匹配,换个版本试试。