您的位置:首页 > 产品设计 > UI/UE

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

2015-12-30 16:41 489 查看
The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files.

软件环境:

win7 64bit

jdk 1.8

场景:

利用JDK注解实现webservice。

解决办法:

更改jdk版本为1.7。

原因分析:

jdk1.8不稳定。

参考:http://stackoverflow.com/questions/24301986/the-type-java-lang-charsequence-cannot-be-resolved-in-package-declaration
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: