| Author |
Reset Eclipse Problems Window
|
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
Hi All, What file(s) would I need to delete to reset the list of problems in an Eclipse project? I've got an issue that an error is persistent in the problem window long after it has been resolved. Doing a full clean does not resolved it. I've done text searches for where the missing reference (in the error text) points from, and it does not exist. I just need a way to wipe this list so Eclipse can figure out it does not exist. -Scott
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
What kind of problem are we talking about here? A Java compilation error, or is this a different type of project?
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24054
|
|
OK, this is a good one. Quit Eclipse first, of course. {YOUR WORKSPACE}/.metadata/.plugins/org.eclipse.core.resources/.projects/{YOUR PROJECT NAME}/.markers and, if it exists {YOUR WORKSPACE}/.metadata/.plugins/org.eclipse.core.resources/.projects/{YOUR PROJECT NAME}/.markers.snap
|
[Jess in Action][AskingGoodQuestions]
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
|
OMG you killed my project! No, j/k, worked like a charm. The error was an invalid reference error on a non-java library which existed even after the actual reference was long gone. Since it was a non-java project, Eclipse didn't properly handle noticing it was gone nor allow me to inform it. Thanks Ernest!
|
 |
 |
|
|
subject: Reset Eclipse Problems Window
|
|
|