Eclipse red exclamation mark: 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
The project has a red exclamation mark There are several possible causes.
First, convert eclipse to Markers view, windows —->show view —->markers, check the specific error message.
1, project right click properties java build path click library tab change jre system library to your local jre or jdk
2, multiple project project cycle reference, resulting in, “A cycle was detected in the build path of project: XXX”
The solution is very simple.
Eclipse Menu -> Window -> Preferences… -> Java -> Compiler -> Building -> Building path problems -> Circular dependencies -> Change Error to Warning
3, the project cannot be built until its prerequisite problem. Solution.
Close the project. Then open, project-> clean can be
Similar Posts:
- Dubbo learning — import eclipse exception unbound classpath container (2)
- building workspace has encountered a problem
- Solve the error reported by eclipse project: unbound classpath container
- [Solved] Eclipse Error: Access restriction: The type ‘BASE64Decoder’ is not API
- JAVA8 Access restriction: The type ‘Application’ is not API (restriction on required lib
- Vs generation fails without error [How to Solve]
- How to handle the eclipse error message the declared package does not match the expected package
- eclipse scala failed to load the jni shared library
- Steps of MyEclipse / eclipse importing sun.misc.base64encoder jar package
- The solution of “unsupported major. Minor version 52” in Java project compilation