denis-fokin / ChooseRuntime

JetBrains-based IDE Runtime switcher
43 stars 12 forks source link

IDEA 2020.3 Invalid runtime JDK 1.8 #19

Closed zd-dalibor closed 3 years ago

zd-dalibor commented 3 years ago

If idea cannot start anymore after runtime change how to rollback the change.

For example whit idea 2020.3 when I change runtime to 1.8 I got the error message that idea cannot start with 1.8 SDK. How can I manually change the runtime JDK to the default one?

filiagees commented 3 years ago

@zd-dalibor , unfortunately, I also had this problem :( image

Lucky, I realized that the configuration related to JDK was stored in ~/.config/JetBrains/IdeaIC2020.3/idea.jdk. Then, after delete it, my intellij back to normal again :pray:

Due to this issue, I disabled the plugin. And again, I realized that com.jetbrains.ChooseRuntime was appended to ~/.config/JetBrains/IdeaIC2020.3/disabled_plugins.txt file. So, it might also be an option to rollback (not tested).

I hope to help you! :)

zd-dalibor commented 3 years ago

@filiagees Thanks for answer. I am closing this issue now.