Reputation: 8856
I'm getting this while installing the Android studio.
I have installed the latest JDK7 on my system, and also set path in environment variables.
Upvotes: 2
Views: 9170
Reputation: 11
The simplest way is to go to windows/system32/
and find java
. Then just change the name java
to java.exe
for that file.
Upvotes: 1
Reputation: 9569
As you can see on your screenshort, you should set JAVA_HOME environment varible.
How to do that (Windows):
Upvotes: 2