Restore Deleted Files in Eclipse IDE

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?


You can use the information in this Java Tips page (archived)

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.

Steps to recover the deleted files:

  1. Go to the project.
  2. Right click on the project.
  3. Select restore from local history.
  4. Select the file/files to recover.

Please see the attached image:

how to recover deleted file in eclipse.