0

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?

Opal
  • 81,889
  • 28
  • 189
  • 210
Nir Ben Yossef
  • 61
  • 1
  • 1
  • 9

2 Answers2

0

edit your environment variable JAVA_HOME to C:\Program Files\Java\jdk1.8.0_20\bin; Restart your computer.

Ted
  • 116
  • 10
0
  • Go to Environment variable.
  • Go to User variable and check if there is JAVA_HOME variable.
  • If yes please delete the JAVA_HOME variable for User variable
  • Go to System variables.
  • See if there is JAVA_HOME variable is added or not.
  • If there no JAVA_HOME variable please add new system variable.
  • Click on New and enter Variable Name = JAVA_HOME and Variable value = "C:\Program Files\Java\jdk1.8.0_20"
  • And Save the settings.

This setting will solve the above problem.

Thanks

Chinya
  • 419
  • 1
  • 7
  • 18