How to recover Java file from Eclipse Project that damaged by getting power off?

前端 未结 4 2331
一向
一向 2021-02-14 21:30

it happens with me that, I am working on a project with Eclipse. And Suddenly power gone. And after some times while power come back and i open the project in eclipse, i found m

相关标签:
4条回答
  • 2021-02-14 21:52

    Get the previous file back from the cache with help of eclipse's local history. Right click on the damaged file -->Replace with-->Previous from Local History.

    0 讨论(0)
  • 2021-02-14 21:59

    Open the file in Eclipse editor -> right click -> Team -> Show Local History“ View the result in ‘History View’ and chose the last best state of your file.

    0 讨论(0)
  • 2021-02-14 22:01

    Yeah ,and also you can try for some method restore,Right Click in editor->Local History->Replace with.. THis will help to get back the previous changes u made...

    0 讨论(0)
  • 2021-02-14 22:02

    try the eclipse's local history.. right click the file -->replace with-->previous from Local History.

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