+ 1
Javac not recognised
When i type javac it shows no internal or externalec command recognize error
3 Antworten
+ 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
+ 1
You have to put absolute path of javac in PATH environment variable.have a nice day;-)
0
help this still didn't work