The type java.lang.CharSequence cannot be resolved.正常项目出现需要configure build path
问题显示:The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files.
问题原因:WEB项目所写代码与myeclips jdk版本不兼容所造成的。
解决方案:
1.右击项目,选择Build Path,点击Configure Build Path;
2.选择Java Build Path,选择Library;
3.如果myeclips有自带的JDK 就选择它,如果没有就要点击Add Library,添加一个(网上可下载)
5,然后点击OK,项目中的红叉自然消除。