将一个项目导入最烦的是遇到各种报错,前段时间搞的一个项目osgi的,各个功能模块单独作为一个工程,然后不同工程之间相互调用,这里会报这么一个·错误a cycle was detected in the build path of project,这个错误是因为eclipse默认的编译提示级别过高造成的,只要将编译级别降低即可,之后项目即可正常编译,具体来说就是打开下面这个位置,将Circular dependencies指定的error改成warning即可,
导入项目出现a cycle was detected in the build path of project问题解决

2 .ps:经过测试,项目错误消失,可以成功编译运行了。这次写的有点水。。。。。

相关文章:

  • 2021-09-08
  • 2021-09-25
  • 2021-12-15
  • 2018-11-30
  • 2021-11-29
  • 2021-12-15
  • 2021-09-07
  • 2021-09-08
猜你喜欢
  • 2021-10-09
  • 2021-10-07
  • 2021-11-28
  • 2017-11-23
  • 2021-09-25
  • 2021-11-29
  • 2019-07-19
  • 2021-10-17
相关资源
相似解决方案