After downloading and instaling Java 8 JDK
on Windows 10
i wanted to make sure that JAVA_HOME
system variable is set correctly, however in Enviroment variables JAVA_HOME
is not defined.
Do i have to create such variable manually and set it to desired path or did something went wrong during instalation?
any tips?
Asked
Active
Viewed 120 times
0

Destrif
- 2,104
- 1
- 14
- 22

Akka Jaworek
- 1,970
- 4
- 21
- 47
-
ye you will have to create it – Adnan Ali Jul 07 '16 at 19:32
-
Is 'java --version ' is working if you run it from java installation directory? If yes, no problem with installion and you need to set JAVA_HOME manually. – sauumum Jul 07 '16 at 19:33
-
yes, it is working, i have created this variable manually and set, but just wondering why it was not created during instalation – Akka Jaworek Jul 07 '16 at 19:39