0

I had eclipse 4.16 and downloaded update to 4.17. This version of Eclipse is however incompatible with java 1.8. Can i go back/ revert to to version 4.16? I read some questions but i didnt find answer I could apply

greg-449
  • 109,219
  • 232
  • 102
  • 145
JojoF
  • 15
  • 1
  • 4

1 Answers1

1
  1. You need change eclipse.ini because when you run new version of eclipse it will prompt you that you have incopatible version of java. For me version 1.8 did a trick and save eclipse.ini

  2. Run eclipse. It should run but you will probably wont see your workspace. Go Help -> About eclipse without worspace

  3. In About window click Installation Details enter image description here

  4. There click Installation History tab and find your preferable version and click revert enter image description here

  5. After a while it finish and probably prompt you Security Warning. Click install anyway if you know what you installing is secure security warning

  6. Profit. You can run your eclipse again

JojoF
  • 15
  • 1
  • 4
  • Thank you! Changing eclipse.ini to use java 1.8 allowed me to start Eclipse, and though everything was "broken", I could access the menu (Help » About) and find the option to revert. You saved the day ☺ – Udo Schuermann Nov 05 '20 at 17:10