Restore Deleted Files in Eclipse IDE

Narges Sadri picture Narges Sadri · Jun 25, 2013 · Viewed 71.1k times · Source

Two days ago, I deleted five Java files in Eclipse IDE and now I need them. I tried to restore them from the local history. I restored only two of them. When I right click on the other files and then click restore from local history, I get the error message No additional members found in local history. How can I restore those three files?

Answer

Shreekant picture Shreekant · Nov 21, 2013

You can use the information in this Java Tips page.

I deleted my src folder, and used the following steps to get it back:

  1. Select Project
  2. Right Click
  3. Select Restore from local history in the context menu
  4. Select your files,
  5. Click OK.