OK I made a simple java file called test.java:
public class test {
public static void main () {
System.out.println("HELLO WORLD");
}
}
then in the command window, I try to compile it by doing so:
C:\Documents and Settings\henry gunawan>javac test.java
'javac' is not recognized as an internal or external command,
operable program or batch file.
why??? it was find before... I fiddled with my path variable just now... why doesnt it recognize the javac command??
TIA
public class test {
public static void main () {
System.out.println("HELLO WORLD");
}
}
then in the command window, I try to compile it by doing so:
C:\Documents and Settings\henry gunawan>javac test.java
'javac' is not recognized as an internal or external command,
operable program or batch file.
why??? it was find before... I fiddled with my path variable just now... why doesnt it recognize the javac command??
TIA
