import cannot be resolved问题-解决方法

 

1、clean项目,重新编译项目。

【解决】一般使用eclipse/myeclipse的菜单 project -> clean …可以解决。同时最好选中Build Automatically选项。

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

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

posted @ 2020-09-08 14:39  2eggs  Views(845)  Comments(0Edit  收藏  举报