Home  >  Article  >  Java  >  Solution to red exclamation mark appearing in Eclipse project

Solution to red exclamation mark appearing in Eclipse project

怪我咯
怪我咯Original
2017-06-25 10:19:211994browse

Situation: A red exclamation mark appears on the project

Solution:

Right-click the project and select Build Path → configure build path

After clicking the configure build path of the eclipse project, in the pop-up window, find the Libraries tab. You can see that some jar packages have red crosses. This The first kind of jar package is the jar package that cannot find the corresponding file. The reason why a red exclamation mark appears in front of the eclipse project, a red exclamation mark appears in front of the eclipse project, and a red exclamation mark appears in front of the eclipse project may be due to the reason. Externally imported projects or some files have been deleted, resulting in red exclamation marks, red exclamation marks, and red exclamation marks. Find the jar packages that are not in these eclipse projects and modify them.

The reason for my error is that I did not select the correct JDK. Click on the error to edit, and then select the current JDK.

The above is the detailed content of Solution to red exclamation mark appearing in Eclipse project. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn