I have thoroughly researched this problem and the posted solutions have not worked for me.
I'm running Windows 8, and the most recent JAVA JDK (64 bit) and Android Studio versions.
[System specs: new XPS 13, core i5, 8GB RAM, SSD]
The exact error is:
Failed to load JVM DLL C:\Program Files\Java\jdk1.8.0_45\jre\bin\client\jvm.dll
If you already have a 64-bit JDK installed, define a JAVA_HOME variable in ... Environment Variables
-- Verification --
java -version
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b15)..
-- Things I've tried --
I feel like I've tried everything. I HAD to have screwed up somewhere along the line. Any idea?
Add the path to the PhpStorm bin folder to the Path environment variable (for example, C:\Program Files\JetBrains\PhpStorm\bin ). After you configured the Path environment variable, you can run the PhpStorm commands. phpstorm64.exe . Save this answer.
jvm. dll is the actual Windows implementation of the JVM (or better, the main entry point). C or C++ applications can use this DLL to run an embedded Java runtime, and that would allow the application to interface directly with the JVM, e.g. if they want to use Java for its GUI.
How do I fix launching Studio error? Open Start menu > computer > System Properties > Advanced System Properties. In the Advanced tab > Environment Variables, add a new system variable JAVA_HOME that points to your JDK folder, for example, C:\Program Files\Java\jdk1. 7.0_21.
This worked for me... Try running studio64.exe instead of studio.exe.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With