29 December 2005
Resolving spurious project errors in Eclipse
Opening a workspace with several projects, I was presented with the following error for two of the projects:
The project cannot be built until the build path errors are resolved.
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 by sstrader on
29 December 2005 at 11:41:28 PM in Programming
]
- Techniques after using Swift for a month posted by sstrader on 26 August 2015 at 11:41:51 PM
- Some thoughts on Ruby after finishing a week (minus one day) of training posted by sstrader on 15 December 2011 at 8:59:30 PM
- Links on the singleton pattern posted by sstrader on 9 December 2011 at 9:19:50 AM
- Phonebot posted by sstrader on 29 October 2011 at 6:37:05 PM
- The labeled break in Java posted by sstrader on 4 September 2011 at 11:27:56 AM
Related entries
Other entries categorized in Programming: