zoukankan      html  css  js  c++  java
  • Eclipse 项目红色叹号:Build Path Problem

    Description Resource Path Location Type
    A cycle was detected in the build path of project 'shgl-category-api'. The cycle consists of projects {shgl-category-api, shgl-category-provider} shgl-category-api Build path Build Path Problem

    项目出现红色叹号 有可能好几种原因:

    先把eclipse转换到Markers视图,windows---->show view ---->markers ,查看具体错误信息。

    1、项目右键   属性  java build path  点选library选项卡 更改jre system library为你本地的jre 或者jdk

    2、多个项目项目循环引用,导致的,“A cycle was detected in the build path of project: XXX” 

    解决方法非常简单: 
    Eclipse Menu -> Window -> Preferences... -> Java ->Compiler -> Building -> Building path problems -> Circular dependencies -> 将Error改成Warning

    3、the project cannot be built until its prerequisite问题.解决方法.

    把项目 close一下.再open, project->clean就可以了

    转自:http://blog.csdn.net/chenyulancn/article/details/44237641

  • 相关阅读:
    MySQL8.0设置远程访问权限
    MySQL创建用户与授权
    input lable水平对齐
    jquery datagrid加载后仅选定第一行
    jquery隐藏按钮
    C# 添加excel批注
    在ashx中使用Server对象
    jquery 获取datagrid行数
    弹出窗体中加载页面
    【MySQL】MySQL零碎积累
  • 原文地址:https://www.cnblogs.com/gmq-sh/p/4364183.html
Copyright © 2011-2022 走看看