将一个项目导入最烦的是遇到各种报错,前段时间搞的一个项目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-06-05
  • 2022-01-14
  • 2022-12-23
  • 2021-08-22
  • 2021-12-10
  • 2022-12-23
猜你喜欢
  • 2021-09-23
  • 2021-06-27
  • 2021-04-19
  • 2021-09-19
  • 2021-08-28
  • 2021-09-13
相关资源
相似解决方案