The type java.lang.CharSequence cannot be resolved

这个错误一般是由于需要JDK1.8, 但Eclipse或MyEclipse版本过低(本例中是MyEclipse6.0, 欲使用JDK1.8)

Java.报错:The type java.lang.CharSequence cannot be resolved. It is indirectly referenced   from required .class files

 

Java.报错:The type java.lang.CharSequence cannot be resolved. It is indirectly referenced   from required .class files

 

解决办法:升级MyEclipse, 或改用Eclipse

相关文章:

  • 2019-09-28
  • 2021-11-29
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-10
  • 2022-12-23
  • 2021-08-21
  • 2021-11-11
  • 2021-10-07
相关资源
相似解决方案