In the environment variables I believe I'm doing it right but I put in the command prompt javac and it isn't reconized | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

In the environment variables I believe I'm doing it right but I put in the command prompt javac and it isn't reconized

What do I do

26th Apr 2017, 6:25 AM
iVelocity
iVelocity - avatar
3 Answers
26th Apr 2017, 6:29 AM
Nithiwat
Nithiwat - avatar
0
you have to set the path of jdk in the system variables... one is local variables and the other is system variable.. copy the whole path of bin folder of the jdk8.1.. and paste it to the path values
26th Apr 2017, 8:38 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
0
I encountered a similar issue. If you used the automatic download option on the Oracle website it may have downloaded 2 versions of the jdk to your computer. Make sure you are copying the correct path for the correct version of the jdk to the variable.
26th Apr 2017, 3:45 PM
Chris Roland