The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class

xiaoxiao2021-02-28  60

问题:

Myeclipse:

The typejava.lang.CharSequence cannot be resolved. It is indirectly referenced fromrequired .class files

解决方法:

JDK1.8版本太高,降低一下JDK版本,降为1.6

properties-Java builedpath-libraries-add library-jre1.6

 

 

转载请注明原文地址: https://www.6miu.com/read-77974.html

最新回复(0)