`

eclipse cannot be resolved

阅读更多

eclipse修改代码时经常碰到“XX cannot be resolved to a type”的报错信息。


 既不是jdk不匹配(或不存在) 也不是 jar包缺失或冲突 
 
需要操作一下 Project | Clean... ,问题即可解决。

 

原因是,机制所致。因为某些特殊原因,eclipse没能自动编译源代码到build/classes(或其他classes目录),导致类型查找不到。 

 

 

 

Windows–>Preferences–>Java–>Compiler–>Building–>Output folder

勾选 ”Rebuild class files modified by others”

分享到:
评论

相关推荐

    java eclipse 出现 xxx cannot be resolved to a type 错误解决方法

    Java Eclipse 出现 "xxx cannot be resolved to a type" 错误解决方法 Java Eclipse 是一个功能强大且广泛使用的集成开发环境(IDE),但是在使用过程中可能会出现各种错误信息,例如 "xxx cannot be resolved to a...

    导入工程的“The import android cannot be resolved”错误解决方法

    在进行Android应用开发时,尤其是使用Eclipse作为集成开发环境(IDE)时,开发者可能会遇到一个常见的错误:“The import android cannot be resolved”。这个错误通常发生在尝试导入或打开一个已存在的Android项目...

    The import com.loopj cannot be resolved 的解决方案

    在编程过程中,我们时常会遇到各种编译错误,其中一种常见的问题是"The import com.loopj cannot be resolved"。这个错误信息表明你的项目无法找到`com.loopj`包,这通常是由于缺少必要的库文件导致的。`com.loopj`...

    estableRuntimeException cannot be resolved 解决

    在Java编程环境中,我们经常会遇到编译错误提示“XXX cannot be resolved”,这通常意味着系统无法找到指定的类或方法。在这种情况下,"org.apache.commons.lang.exception.NestableRuntimeException cannot be ...

    解决The type org.springframework.dao.support.DaoSupport cannot be resolved.bao报错

    在开发Spring框架相关的Java应用时,可能会遇到"The type org.springframework.dao.support.DaoSupport cannot be resolved"的错误提示。这个错误通常意味着编译环境无法找到`DaoSupport`类,这是Spring DAO模块中的...

    详解 问题:HttpServlet cannot be resolved to a type

    在开发Java Web应用程序时,你可能会遇到一个常见的错误:“HttpServlet cannot be resolved to a type”。这个错误通常发生在尝试使用`HttpServlet`类时,而Eclipse IDE无法找到对应的类定义。`HttpServlet`是Java ...

    commons-lang3-3.1.jar

    当你在项目中遇到"The import org.apache.commons.lang3 cannot be resolved"的错误时,通常是因为缺少了这个库的引用,导致你的代码无法找到所需的类。 `org.apache.commons.lang3`是该库的主要包名,其中包含了...

    Calendar类--Eclipse

    在Eclipse环境下,开发者可以方便地使用这些功能,同时Eclipse IDE还提供了代码补全和调试工具,使得在处理日期和时间问题时更加高效。在编写涉及日期和时间处理的程序时,`Calendar`类是一个不可或缺的工具。 `...

    eclipse_workspace设置

    Eclipse是一个广泛使用的Java集成开发环境(IDE),它支持多种编程语言,如Java、Python、C++等。在Eclipse中,"workspace"是开发者进行项目管理的核心概念,它是存储项目、配置信息以及Eclipse工作相关数据的地方。...

    ANT蚁群算法源代码下载

    The import org.eclipse cannot be resolved 则表示需要安装SWT类库,下载SWT类库,然后将其加入CLASSPATH 如果是在eclipse中开发,你需要在你的工程构建路径中加入swt.jar的路径,在运行中的jvm参数中加入 -Djava....

    解决The project cannot be built until build path

    解决 Eclipse 中“项目无法构建直到build path”问题 Eclipse 是一个功能强大且流行的集成开发环境(IDE),广泛应用于 Java Web 开发中。但是在使用 Eclipse 进行项目开发时,经常会遇到“项目无法构建直到build ...

    Java编程排错技巧

    一、Eclipse提示错误The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files  调试Reflact时,Eclipse一直提示The type java.lang.CharSequence cannot be...

    尚筹网项目中遇到的错误,问题.docx

    6. **日志系统操作报错`LoggerFactory cannot be resolved`**:这类错误意味着缺少日志库的依赖。需要将对应的日志库依赖添加到项目的pom.xml文件中,并更新项目。 7. **错误定位技巧**:在排查错误时,关注控制台...

    Eclipse Jee Oxygen 安装Activiti-5.1.8.0(绕开在线资源下载)

    Eclipse Jee Oxygen 安装 activiti-5.18 1.在jee-oxygen\eclipse\configuration\org.eclipse.update 中找到platform.xml,在里面添加 url="features/org.activiti.designer.feature_5.18.0.201508100929/"> 2.C...

    org.apache.commons.codec包

    解决经常遇到的The import org.apache.commons.codec cannot be resolved问题,只需导入文件中的commons-codec-1.11.jar就可以,如和导入包就不赘述了。

    java项目中使用 Lombok遇到的问题小结

    对于 Eclipse,你可以下载 `lombok.jar` 文件,双击运行或通过 `Help` -> `Install New Software` 添加本地 JAR 文件进行安装。安装后记得重启 IDE。 3. **版本匹配问题**: Lombok 的依赖版本和 IDE 插件版本需要...

    servlet-api.jar

    编写websocket时需要导入包,在Eclipse中编写servlet时出现"The import javax.servlet cannot be resolved" 问题解决办法

    RXTX.rar RXTX串口通信包

    当你遇到"The import gnu cannot be resolved"错误时,这通常意味着你的项目缺少对RXTX库的正确引用或者版本不匹配。 RXTX库提供了Java应用程序与硬件设备之间通信的能力,比如通过串行端口连接到Arduino、GPS接收...

    Eclipse新建Android项目报错解决方案详细汇总

    如图,如果报The import android.support cannot be resolved或者android.support.v7.app.ActionBarActivity类似的错误。 解决方案一 :缺少相关依赖包,这里提供亲测有效的库文件,需要导入android-support-v7-...

Global site tag (gtag.js) - Google Analytics