eclipse 导入类 提示The import XXX cannot be resolved
Posted nihaoya-czw
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse 导入类 提示The import XXX cannot be resolved相关的知识,希望对你有一定的参考价值。
问题:eclipse 导入类 提示The import XXX cannot be resolved
原因:原来使用JDK和现在使用的JDK不同造成的buildpath不对
解决方法:
1、右键项目-------buildpath--------最下面那个configura;
2、选择libraries找到JRE;
3、选中remove掉,重新为该项目选择一个JRE;
4、project----clean,全部的包都找到了。
以上是关于eclipse 导入类 提示The import XXX cannot be resolved的主要内容,如果未能解决你的问题,请参考以下文章
*eclipse 中添加工程 Some projects cannot be imported because they already exist in the workspace
项目导入时报错:The import javax.servlet.http.HttpServletRequest cannot be resolved
项目导入时报错:The import javax.servlet.http.HttpServletRequest cannot be resolved
Eclipse导入工程Some projects cannot be imported because they already exist in the workspace
eclipse写java时没有import对应的包,报错,点小红叉不提示导入包。手工把import语句写全OK,但是不方便。