Problem in confirming jdk installation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Problem in confirming jdk installation

After the step of adding path I already had something there so I inserted a semicolon after it and pasted my bin path. After which typing 'javac' I am getting a message saying 'javac is not recognised as internal or external command' What to do.

23rd Feb 2017, 6:01 PM
shivam gupta
shivam gupta - avatar
4 Answers
+ 6
Did you restart the console after setting path in the environment?
23rd Feb 2017, 6:59 PM
Tashi N
Tashi N - avatar
+ 2
echo %PATH% to make sure that you used the correct path. if not you might have to update it.
23rd Feb 2017, 6:24 PM
Michael Szczepanski
Michael Szczepanski - avatar
0
Make sure that the address that u pasted in the system variables Path 'bin' is there at the end . eg. C:\Program Files\Java\jdk8.0_121\bin . Also make a new path in User variables and paste the address there .
24th Feb 2017, 9:26 PM
Economics Department
0
@Tashi N yes I have restarted my console; I am getting same reply
27th Feb 2017, 6:13 PM
shivam gupta
shivam gupta - avatar