Error launching IDEA - Failed to load JVM DLL
Using Win10 64, have installed Java 7, Java8.112, Java9, Java10 and the latest release Java10.0.1, IDEA is 2018.1.1 Ultimate

So this is the error message when trying to launch the IDE on the left, on the right you see my "Path" variable in System. I've tried https://stackoverflow.com/questions/40204189/error-launching-idea-failed-to-load-jvm-dll-c-program-files-java-jdk1-8-0-112/40206980 but that doesn't help.
All this started when i was trying to make a program run, as IDEA refused to accept JavaFX as a library. Found this: https://intellij-support.jetbrains.com/hc/en-us/articles/206544879 - tried to this:
All platforms: download and install JetBrains Runtime via JB SDK Bintray Downloader plug-in
in order to make it work, but that caused the whole mess i have now. Been trying to get some help online, but now i'm clueless on how to proceed or what might be causing this. I'm certain this is some falsely configured PATH, but with all the inconsistent resources everywhere (the link above states that it should point to the java directory, the SOF-link says the opposite) i'm hoping that i can get help here.
Thanks
请先登录再写评论。
Please change the IDE boot JDK by modifying idea.config.path<product>.jdk file, pointing to the installed 64bit JDK (use locally installed 1.8 from Oracle or IDE bundled JDK: IDEA_HOME/jre64 folder) version (see https://intellij-support.jetbrains.com/hc/en-us/articles/206544879 for more details) as it seems you set 32bit JDK which is not compatible with 64bit system you work on.
I'm running the exactly same issue(2018.2.5 x64 Ultimate, JDK 1.8.0_192, windows 10), JAVA_HOME correctly points to the jdk installed and %JAVA_HOME%\bin is on the Path.
Then I noticed the installation didn't create any below config folder mentioned in https://intellij-support.jetbrains.com/hc/en-us/articles/206544519
Hello,
Do you get "Failed to load JVM" error?
I had a problem Yaroslav. How can I solve that?
Hello,
Do you get the same "Failed to load JVM" message? Have you tried to switch JDK used to run IDE?
Hi there!
Here the same problem.
The PhpStorm 2018.2.2 version was finished (evaluation period, trial version).
I downloaded the PhpStorm 2019.1.2 version along with this version of Java:
openjdk 12.0.1 2019-04-16
OpenJDK Runtime Environment (build 12.0.1+12)
OpenJDK 64-Bit Server VM (build 12.0.1+12, mixed mode, sharing)
System variables Windows:
JAVA_HOME = C:\Program Files\java\jdk-12.0.1
PATH = %JAVA_HOME%/bin
PHPStorm 2019.1.2 showed "Failed to load JVM" message.
Hi.
Please check this answer:
https://stackoverflow.com/questions/8382641/installing-idea-on-ubuntu-11-10/8384111#8384111
Thanks, @Petr Rastegaev, but the issue was on Windows 10, not in Linux.
Finally, it was fixed.
Regards,
Abelardo.
Error lauNching PyCharm
Failed to load JVM DLL C:\program files\jetbrains\pycharm community edition 2021.2.2\jbr\\bin\server\jvm.dll
IF YOU ALREADY HAVE A 64-bit JDK INSTALLED, Define a JAVA_HOME Variable in computer >system properties>system setting> Environment variables.
I have windows 64-bit OS,
python 3.10.0-amd64.exe
PyCharm community 2021.2.2
Hello,
Do you have JAVA_HOME configured?