This is the first error I faced:
No JVM installation found. Please install a 32-bit JDK. If you already have a JDK installed, define a JAVE_HIME variable in Computer > System Properties > System Setting > Environment Variables.
Then I set the JAVA_HOME variable:
Variable name: JAVA_HOME
Variable value: C:\Program Files\Java\jdk1.9.0
So I get another error:
Failed to create JVM: error code -6. JVM Path: C:\Program Files\Java\jdk1.9.0 If you already have a 32-bit JDK installed, define a JAVA_HOME variable in
What do I do next?