您的位置:首页 > 编程语言 > Java开发

Eclipse使用遇到的问题解决方法收集

2010-04-19 12:30 806 查看

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.

from http://www.scottdstrader.com/blog/ether_archives/000921.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: