'Eclipse project folder shows error But not showing error in any files inside folder
My eclipse project folder is showing error but no error is shown anywhere inside, am not able to run my project in tomcat due to this error.
Note: It seems, after I took latest update from SVN this error occured
Any Idea why this happened
Solution 1:[1]
Add the required jar files to your path
OR
May be the added jar files path mismatched.
Configure project buildPath by
RighClick on Project > BuildPath > Configure BuildPath
Solution 2:[2]
Right click on maven project in eclipse > Maven > Update project.
It solved my problem.
If the problem still persists, look in the Problems tab (Window Menu > show view > Problems) and it should give the description of the error.
Solution 3:[3]
RighClick on Project > BuildPath > Configure BuildPath - check for missing library.
menu > project > clear
restart eclipse
Solution 4:[4]
Project-->Build Path --> Configure Build Path-->Java Build Path-->Libraries--> Maven Dependencies-->Here you can view error Dependencies.. Delete and add appropriate Jars
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Naveen Kumar Alone |
| Solution 2 | user3260035 |
| Solution 3 | roshan |
| Solution 4 | Mohan |
