Unable to open idea after 2021.2 update
Answered
Hello, I can't open intellij app after 2021.2 update on macOS 11.4:
Please sign in to leave a comment.
I am using Linux Mint and have the same issue after upgrading to 2021.2 :
It seems that we have to do a fresh install of the version.
https://youtrack.jetbrains.com/issue/IDEA-274523
I'm on windows 10 (build 19042.1052) and I have the same error as Vahid Rafiei. When I try to open via .exe, nothing happens. If I run via command line, I get the same `NoSuchMethodError`
This free tool by JetBrains fixes everything for every OS. I used it for Linux, which is less straightforward, and it's very handy:
https://www.jetbrains.com/toolbox-app/
Teun Van Der Wijst Vahid Rafiei Paulbogdan97
This is a known issue: https://youtrack.jetbrains.com/issue/IDEA-274515.
Sorry that you guys have bumped into it.
Clean install from https://www.jetbrains.com/idea/download/index.html should fix the problem.
On Win10 Professional x64 I had solved the problem by deleting idea64.exe.vmoptions file:
%USERPROFILE%\AppData\Roaming\JetBrains\IntelliJIdea2021.2\idea64.exe.vmoptions
Deleting idea64.vmoptions worked like a charm for me too! (Linux 64bit)
I'vre tried a fresh install twice, from website download and using the Toolbox app. I've tried removing the *.vmoptions file. Nothing has work yet and I'm unable to initiate at all IntelliJ.
These are the logs when executing idea.bat
You are trying to run IDE with 1.8 JDK which is not supported by latest IDE versions. You need to check if the default (bundled) 11 JDK has been changed to 1.8 JDK in your configuration. For example it can be overridden in idea.exe.jdk file in IDE config directory. Also, the IDEA_JDK_64 environment variable will override the value used by default (see the document by the given link about sequence IDE uses to find the JDK to run).