问题描述
MyEclipse或Eclipse导入项目或新建项目时,若项目中含有xml解析,会报The method getTextContent() is undefined for the type Node错误。
解决方法
项目---右键---Build Path----Configure Build Path ---Order and Export。
选中JRE System,然后点击Top。
点击Apply--Apply and Close。即可
问题描述
MyEclipse或Eclipse导入项目或新建项目时,若项目中含有xml解析,会报The method getTextContent() is undefined for the type Node错误。
解决方法
项目---右键---Build Path----Configure Build Path ---Order and Export。
选中JRE System,然后点击Top。
点击Apply--Apply and Close。即可