package world;
public class HelloWorld{}
I declare world directory in c:\
when I want to compile it
set CLASSPATH=.;c:\;
c:>world>javac HelloWorld.java
I will this error:
'javac' is not recognized as an internal or external command,operable program or batch file.
2007-07-12
08:38:47
·
4 answers
·
asked by
ensiyeh r
1
in
Computers & Internet
➔ Programming & Design
And javac is installed on my computer... I have java5 and CLASSPATH environmental variable is set to full absolute address of bin folder.....but still I have that problem
and one more my bin folder is located in d:/jdk/bin...please help me:(
2007-07-12
17:34:24 ·
update #1