xxx cannot be resolved to a type 错误解决方法
Posted 山高我为峰
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xxx cannot be resolved to a type 错误解决方法相关的知识,希望对你有一定的参考价值。
(1)jdk不匹配(或不存在)
项目指定的jdk为“jdk1.6.0_18”,而当前eclipse使用的是“jdk1.6.0_22”。需要在BuildPath | Libraries,中做简单调整。
(2)jar包缺失或冲突
当找不到“XX”所在的jar包时,会报这个错。解决只需要找到(ctrl+点击,可能能看到jar包名称)对应jar包导入项目即可。
另外,出现相同的XX时也会报此错。可能需要调包、解包、选删。
(3)eclipse查找项目类型策略所致
eclipse下,上述两条都对比过了,没有任何问题,可偏偏还报这错。这时,需要操作一下 Project > Clean... ,问题即可解决。原因是,机制所致。因为某些特殊原因,eclipse没能自动编译源代码到build/classes(或其他classes目录),导致类型查找不到
以上是关于xxx cannot be resolved to a type 错误解决方法的主要内容,如果未能解决你的问题,请参考以下文章
Play中xxx cannot be resolved to a type 错误解决方法
cannot be resolved to a type解决方法!!!
[Java] The imoprt XXX cannot be resolved
报错:BASE64Decoder cannot be resolved to a type