Re: 'javac' is not recognized as an internal or external command...HELP!
I have same problem " ‘javac’ is not recognized as an internal or external command" .I'm using windows 7.How to fix it
Re: 'javac' is not recognized as an internal or external command...HELP!
hello.. i have the same problem...
i got this error...
c:\Users\Win7\Desktop\Java\ch02>javac ex02_06.java
javac: file not found: ex02_06.java
Usage: javac <options> <source files>
use -help for a list of possible options
Re: 'javac' is not recognized as an internal or external command...HELP!
Quote:
Originally Posted by
ziegfredbona
hello.. i have the same problem...
i got this error...
c:\Users\Win7\Desktop\Java\ch02>javac ex02_06.java
javac: file not found: ex02_06.java
Usage: javac <options> <source files>
use -help for a list of possible options
That is quite a different problem; your system could find javac.exe but javac.exe couldn't find a file named 'ex02_06.java' in a directory named 'ch02'.
kind regards,
Jos