1.安装好Gradle

2.Eclipse中导入cas

cas导入Eclipse中

3.导入完成后,会报一些错

cas导入Eclipse中

这是因为我们的项目包含多个工程(project),而它们之间又是循环引用的关系,所以Eclipse在编译时会抛出这些错误信息
“A cycle was detected in the build path of project: XXX” 


解决方法如下: 
Window -> Preferences... -> Java -> Compiler -> Building -> Building path problems -> Circular dependencies -> 将Error改成Warning

转载于:https://my.oschina.net/yq0128/blog/1486911

相关文章:

  • 2021-11-07
  • 2021-07-07
  • 2021-10-25
  • 2021-10-06
  • 2021-12-10
  • 2021-07-20
  • 2021-08-31
  • 2021-09-25
猜你喜欢
  • 2021-10-05
  • 2021-04-17
  • 2021-08-01
  • 2022-01-08
  • 2021-12-14
  • 2021-07-15
  • 2021-04-04
相关资源
相似解决方案