please help
i got some problem on running the program under dos. i crate a program, then type in
javac Myapplication.java
it come out with the "Bad command or file name"
note that i got setj.bat file(i'm using winme)
before this i can compile the program(a few weeks ago), but now cannot, what's going on, please help me ...
i got some problem on running the program under dos. i crate a program, then type in
javac Myapplication.java
it come out with the "Bad command or file name"
note that i got setj.bat file(i'm using winme)
before this i can compile the program(a few weeks ago), but now cannot, what's going on, please help me ...
you need to set the path
I assume you have installed your JDK in c:
try to write this on dos prompt
path=c:\jdk\bin;%PATH%;
hope this helps