| [news.eclipse.newcomer] Re: Launch Configuration Hell |
I (and others) can assure you that Eclipse does NOT use the windows registry at all, under no circumstances. As for other locations, it will only store data in the workspace and the project directories that you tell it about. It does not even write into its own installation directory other than when you install new features or plugins via the update manager.
That is why I have been so adamant that the data must still exist within either your workspace or project directory - there is simply no other place that Eclipse knows how to write to. Try grabbing a new copy of the project from your SCM into a completely new location on disk and create a new Eclipse Project there and see if that makes any difference. If it still persists, then whatever the problem is must be checked in your SCM (in which case others would see it, too, I guess).
Crap, I can't remember - have you looked at the .metadata/.log file right when this happens to see if there are any more details logged?
Eric
Ta Da!
Lessons Learned
Cheers, Eric