Eclipse: How do i refresh an entire workspace? F5 doesn't do it

Jack picture Jack · Mar 25, 2010 · Viewed 88.2k times · Source

I have a workspace with a bunch of java projects. If I go to File->Refresh, it doesn't really refresh anything (perhaps the currently selected project). How do I get eclipse to refresh all of the projects?

Answer

BalusC picture BalusC · Mar 25, 2010

It will indeed only refresh the current project (or, more specifically, the current selection in the project explorer). I just click somewhere in the project explorer, do Ctrl+A to select all projects and then press F5 to achieve a complete refresh.