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:
- Select Project
- Right Click
- Select Restore from local history in the context menu
- Select your files,
- Click OK.
Steps to recover the deleted files:
- Go to the project.
- Right click on the project.
- Select restore from local history.
- Select the file/files to recover.
Please see the attached image:
.