java myeclipse The type java.lang.CharSequence cannot be resolved. It is indirectly referen

 The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
环境和配置
  我的myEclipse版本:

  Version: 10.7
  Build id: 10.7-20121026

解决方案:

   1、对JDK进行降级。 

   2、对IDE进行升级(或者换一个高版本的Eclipse、idea)

我的处理方案:

   降级Jdk到已有的低版本1.6:效果图

发布了670 篇原创文章 · 获赞 631 · 访问量 126万+

猜你喜欢

转载自blog.csdn.net/zhangchen124/article/details/101026243