1

I hope you can help me, please. I'm trying to run android studio in my pc but this message come up Error jvm

i've set JAVA_HOME variable with bin and without it, also PATH but nothing works out. I verified the version of java installed in my pc and it is 1.8.0_111-b14, then I noticed that JDK file was missing so i downloaded it from oracle, then i changed the value of all variables, but i did not work out neither. the current values of Java_home and path are these Settings

and the file of jre and jdk in my pc are these

jdk1.8.0_101 jdk1.8.0_111 jre1.8.0_101 jre1.8.0_111

eclipse runs perfectly

thanks to all of you guys in advance

ntahoang
  • 441
  • 5
  • 17
Amendo
  • 71
  • 10

1 Answers1

0

You will need a Java JDK not just a JRE. You can get one at Oracle's Java Page

Edit: From the Maven Properties Guide:

${java.home} specifies the path to the current JRE_HOME environment use with relative paths to get for example: ${java.home}../bin/java.exe