码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2017-06-01 00:16:02      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:eth   sse   problems   jdk1.8   not   问题解决   mis   missing   exception   

问题描述

 

技术分享

 

 

Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
	The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
	The method getText() from the type TagNode refers to the missing type CharSequence

	at com.dajiangtai.djt_spider.service.impl.YOUKUProcessService.<init>(YOUKUProcessService.java:22)
	at com.dajiangtai.djt_spider.start.StartDSJCount.main(StartDSJCount.java:28)

 

解决办法:

此异常是由于jre的版本不匹配导致的。笔者在使用java8时出现此问题解决方案为:配置项目的编译路径将jre换为更低版本,比如java6。

技术分享

 

 我本来使用的是jdk1.8现在换回来myeclipse自带的1.6版本

技术分享

 

 

技术分享

 

 问题解决了!

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

标签:eth   sse   problems   jdk1.8   not   问题解决   mis   missing   exception   

原文地址:http://www.cnblogs.com/braveym/p/6926348.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!