• 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后,重新导入。

  • 相关阅读:
    3.10 Go Map哈希表
    3.9 Go Slice切片
    3.8 Go Array数组
    3.7 Go指针
    3.6 Go String型
    3.5 Go布尔型
    3.4 Go字符型
    3.3 Go浮点型
    3.2 Go整数类型
    3.1Go变量
  • 原文地址:https://www.cnblogs.com/2eggs/p/13632434.html
Copyright © 2020-2023  润新知