Eclipse losing track of files?

One of the most annoying things about Eclipse is the way it manages files and will refuse to open anything which has been edited outside of the IDE, typically it will throw a ResourceException with the message showing “Resource is out of sync with the file system”.

This problem can be alleviated by either right clicking on the file and selecting “Refresh”, or if you find it happening frequently, Go to Preferences -> Workspace and enable the “Refresh Automatically” option, do note it appears Eclipse updates on a timer, not when you open the file, so it may take a while to detect the change. (You got a better method? or am I wrong? leave a comment and let me know).


  • No Related Post
bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark
tabs-top


2 Responses to “Eclipse losing track of files?”

  1. James says:

    Doesn’t help when all of our projects are like a million files big, AND we’re loading them over the network as opposed to checking them directly out of SVN… but that will all change soon won’t it! :P

    (Yes James, it will…)

  2. Kelvin says:

    You’ll still be loading them over a network drive ;) ..

Leave a Reply