Java开发常见疑难杂症

作者: poxiao 分类: Java 发布时间: 2018-02-08 11:03

1.MyEclipse 下 the method getTextContent() is undefined for the type Element

在myeclipse下

pagefield.setTextContent(glDate);
这行代码编译报错,提示
the method getTextContent() is undefined for the type Element

原因:
应该使用jdk的rt.jar,
却使用了xml-apis.jar的。

解决方法:
右键项目,java build path,order and export,调整jdk在webAppLibrary的前面,重新编译后完事。

参考:http://bbs.csdn.net/topics/110167284

 

 

本文链接:Java开发常见疑难杂症

转载声明:本站文章若无特别说明,皆为原创,转载请注明来源:破晓(http://www.code2048.net),谢谢!^^


如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!

发表评论

邮箱地址不会被公开。 必填项已用*标注