How to revert a software update in Eclipse

Viewed 16300

I think the last update of an Eclipse plugin is causing errors, how can I revert to the version previous to the latest update ?

(the plugin is PHPsrc : http://www.phpsrc.org/)

Thanks

3 Answers

I had a similar problem today where an update to Eclipse caused Eclipse to stop working, but found a different solution.

In my case I applied some reccomended updates, but the Eclipse restart failed. Looking in the log file, I could see that Eclipse would not start because of a new error.

I read around (including this question, and the comment from @Denis ).

This lead me to running

eclipse -clean 

This took longer than usual to start, but it did start, and I have been able to restart once more, so I think I am up and running once more.

Back posting to here in case it helps someone else !

enter to Help -> About Eclipse

enter to Help -> About Eclipse

press on Installation details

press on Installation details

press on "installation History" and choose the version i want by date

press on "installation History" and choose the version i want by date

press revert

Related