Error Launching Idea. Failed to load JVM DLL C:Program FilesJavajdk1.8.0_112
Error Launching Idea. Failed to load JVM DLL C:Program FilesJavajdk1.8.0_112
It could be problem with 32 and 64 version. Maybe you trying to launch 32-bit shortcut on your Desktop. Try to launch 64 version (idea64.exe) inside IDEA folder. This worked for me.
Change the following value from your Path
system variable:
C:Program Files (x86)javajdk1.8.0_112jrebinserverjvm.dll
to:
%JAVA_HOME%bin
Also make sure there are no any other references to Java folders in the Path
variable.
Error Launching Idea. Failed to load JVM DLL C:Program FilesJavajdk1.8.0_112
To fix I didnt need to touch my environment variables.
I fixed that issue by installing/re-installing the latest PHPStorm version choosing the option to keep old settings, logging out from Windows and logging back in.