Javac not recognised | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Javac not recognised

When i type javac it shows no internal or externalec command recognize error

16th Jul 2016, 5:42 AM
Chander Mohan Pundhir
Chander Mohan Pundhir - avatar
3 Answers
+ 3
It seems you didn't specify the path for Java If you using Windows then follow these instructions 1. go to Java installation folder usually c-> program files - >Java-> JDK - >Bin and copy the path 2. now right click on the a my computer go to properties and select advanced system variable 3. in new popup window search for entry name as path edit data entry and paste the copied part of Java installation and click ok save that now check in CMD by typing javac
16th Jul 2016, 11:15 AM
Shyam Sagar
Shyam Sagar - avatar
+ 1
You have to put absolute path of javac in PATH environment variable.have a nice day;-)
16th Jul 2016, 7:27 AM
vetarikisa
0
help this still didn't work
5th Oct 2016, 7:02 PM
ITZBRAM418
ITZBRAM418 - avatar