The project cannot be built until build path errors are resolved – Error in Eclipse IDE
Following content is referenced from
http://www.scottdstrader.com/blog/ether_archives/000921.html
Opening a workspace with several projects, I was presented with the following error for two of the projects:
To resolve this error in eclipse do the following steps.
The resolution was to force a resave of the selected projects (and their .classpath files):
Open the project properties
Select Java Build Path > Libraries
Add a new, arbitrary library (to be deleted later) > OK
Wait for the workspace to refresh (or force a refresh of the project)
The error(s) will go away
Remove the dummy library
The only other references I could find were to make minor alterations of contents of the .classpath file.
posted on 2011-02-22 13:59 lau 閱讀(1481) 評論(0) 編輯 收藏 所屬分類: Eclipse