The environment variable JAVA_HOME (with the value of c:\Program Files\Java\jdk1.8.0_20) does not point to a valid JVM installation.
Someone can help me?
The environment variable JAVA_HOME (with the value of c:\Program Files\Java\jdk1.8.0_20) does not point to a valid JVM installation.
Someone can help me?
edit your environment variable JAVA_HOME to C:\Program Files\Java\jdk1.8.0_20\bin;
Restart your computer.
This setting will solve the above problem.
Thanks