the import cannot be resolved

Posted THISISPAN

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了the import cannot be resolved相关的知识,希望对你有一定的参考价值。

1.) import是导入jar包,即.class文件库。import 为调用 (引用) 编译好的.class(字节码)文件。

找到解决办法了,特回来写总结,the import cannot be resolved问题可以通过以下方法解决

1、clean项目,重新编译项目。
【解决】一般使用eclipse/myeclipse的菜单 project -> clean ..可以解决。同时最好选中Build Automatically选项。

2、若是没有解决,不要着急,继续来。重新导入jar包。
【解决】右键项目->build path -> Config build path -> Libraries-> remove后,重新导入。

3、该项目有依赖项目需要重新导入依赖项目。
【解决】右键项目->build path -> Confi技术分享g build path -> project -> remove后,重新导入。

4、自动编译的class文件夹路径问题
【解决】右键项目->build path -> Config build path -> source-> 在对话框的最下侧有个Default output file:选项,可以选择项目再eclipse/myeclipse中编译后的class文件的路径,一般web项目的路径为{ProjectName}/web(WebRoot)/WEB-INF/classes,非web项目一般为{ProjectName}/classes。

5、问题还是存在的话,就超出这个问题的界限了,意思就是说可能就是其他的问题引起的错误。
【解决】其实也不算是解决。具体是什么问题引起的可以打开Problems对话框窗口查看。

本文转自https://zhidao.baidu.com/question/140467323.html

以上是关于the import cannot be resolved的主要内容,如果未能解决你的问题,请参考以下文章

the import cannot be resolved

The import javax.servlet cannot be resolved

The import org.apache.commons.fileupload cannot be resolved

the import XXXX cannot be resolved 解决方法

the import java.util.* cannot be resolve,怎么解决

The import javax.servlet.ReadListener cannot be resolved