When using eclipse, you may accidentally accidentally delete some files, it doesn't matter, Eclipse has a very powerful function, can let these mistakenly deleted files back, the following to introduce.
The first step:
Eclipse can recover files that have been deleted locally for a period of time, not all deleted files can be recovered. This is a timely one.
For example, I accidentally deleted the zip file in the box.
Step Two:
After the project directory structure has been deleted, how can it be restored?
Step Three:
Right-click on the project and select "Restore from local history ..." To recover from the native histories.
Fourth Step:
A dialog box appears, where you can see the file information that was deleted.
Fifth Step:
Select the file we want to recover, select the previous check box to restore multiple files at once, click the "Restore" button to restore.
Sixth step:
If you delete a Java file, we can also click the file to see the file information when it is deleted.
Seventh Step:
This feature only restores local files and cannot recover deleted files on the server.
Original address: http://jingyan.baidu.com/article/ea24bc39be7cd8da62b3310d.html
How to recover files that were mistakenly deleted in eclipse