I did a clean install of Windows 7 today - after that I installed the Java JDK and Android Studio. Now I have the JAVA_HOME
environment variable problem that many before me had.
I have set JAVA_HOME = C:\Program Files\Java\jdk1.8.0_25
But everyone seems to have a PATH
system variable where they can add the path to Java JDK, but in my case, I don't have a PATH
system variable.
From all the searching I have found, all solutions expects you to have the PATH
variable. However, I found this link that describes how to set a PATH variable, but I don't understand it.