How to revert a software update in Eclipse

15,595

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.

Share:
15,595

Related videos on Youtube

Matthieu Napoli
Author by

Matthieu Napoli

I am a software engineer passionate about code and human interactions around it. I like to work with great people, learn and get things done. You can read more about me on my blog or on my GitHub profile. Here are some projects I'm working on: bref.sh: deploy PHP on AWS Lambda to create serverless applications PHP-DI - Dependency injection library for PHP externals.io @matthieunapoli

Updated on May 05, 2022

Comments

  • Matthieu Napoli
    Matthieu Napoli about 2 years

    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

  • Denis
    Denis over 12 years
    @Ladlestein is it possible to do it from the command line? After plugin installation I can't run Eclipse anymore :( stackoverflow.com/questions/8953267/…
  • alvaro.delaserna
    alvaro.delaserna almost 10 years
    Hi @Ladlestein I am trying this but it does not go back to the previous installation. I want to go back from ADT 23 to ADT 22.6 but after restarting Eclipse I still get the message '...needs version 23 or above'. How can I solve this? Thanks
  • Ladlestein
    Ladlestein almost 10 years
    @alvaro.delasema I don't know why that's not working. You should create a new question and post all the information there: the versions, the sequence of actions you took, and complete error messages. If you link to it from here, I can take a look at it.
  • Capricorn1
    Capricorn1 over 6 years
    Seven years old and still relevant. I had an update today that gutted the Java Package Explorer. No packages or menus were shown - only the frame. Reverted to back before the updates, and it's back to where it was.
  • Bhupendra Kumar
    Bhupendra Kumar over 3 years
    I faced the same issue today, but had a little difference. STS itself was not opening and was asking to update JVM from 1.8 to 11. when edited the "SpringToolSuite4.ini" and removed the config line added for required java version, then STS opened, rest from here followed the same.