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.ph
enter to Help -> About Eclipse
press on Installation details
press on "installation History" and choose the version i want by date
press revert
To revert, select menu Help > About Eclipse.
In the dialog box, click the Installation Details button. Then select the Installation History tab.
Now you'll see a list of previous configurations; you can select one of them, and the Revert button will be enabled. Now you can click it to revert to the selected configuration.
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 !