Restore Deleted Files in Eclipse IDE

前端 未结 8 520
独厮守ぢ
独厮守ぢ 2021-01-31 02:44

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

相关标签:
8条回答
  • 2021-01-31 03:15

    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.
    0 讨论(0)
  • 2021-01-31 03:30

    Answer: You can't.. sorry :\

    If restoring from local history does not work, then you are out of luck i'm afraid.. the point of deleting files, is to DELETE them.. not ever needing them back.

    my suggestion is be more careful when deleting and use a Source Control Management software like SVN or Git, so you can version your files to prevent things like this from happening again.

    0 讨论(0)
提交回复
热议问题