+ 1
I'm showing this message in cmd 'javac' is not recognized as an internal or external command operable program or batch file. What should I do?
bug regarding the jdk installation
11 Réponses
+ 1
Seems you have not properly set the environment variable for java.
Recheck the path defined for jdk.
+ 1
Again, just recheck once.
you can google too, there you will find step by step solution to resolve it.
+ 1
delete the prevoiusly set bin path restart and set it once again and again restart will fix..
0
type cd /
then cd name of the folder in c drive
then type javac nameoffile.java
0
I have set the path exactly as taught in this tutorial.
0
did you see the tutorial video?
0
hey man,you are kinda noob,set the path first in control panel & locate the jdk address dude in environmental variables. i have the same problem unless i install netbeans.
0
you have not set path correctly. google how to set path
0
please set the path properly
0
just reset your environment variable [path]
0
I had the same problem at first and realized I had forgotten to include \bin at the end of the path. Check that out and hope that solves the issue!