|
Subject:
|
java complier in WIN ME
|
|
Posted By:
|
nicholaswc
|
Post Date:
|
1/8/2004 1:17:54 PM
|
I try to complier a java source code in win me, the file name is MyFristProgram.java. But I don't know how to type the command. I have try: javac myfirst~1.jav the error message is invalid flag
javac MyFirstProgram.java the error message is cannot read
Is that mean I can't use the complier in win98/95 and ME? Because they only support 3 characters in extension.
Thanks, Nicholas
|
|
Reply By:
|
Imar
|
Reply Date:
|
1/8/2004 2:24:56 PM
|
You may want to try putting the filename between quotes:
javac "MyFirstProgram.java" assuming the .java file is in the "current" directory.
That always used to work in Notepad, Word, etc.
Cheers,
Imar
--------------------------------------- Imar Spaanjaars Everyone is unique, except for me.
|
|
Reply By:
|
nicholaswc
|
Reply Date:
|
1/8/2004 2:29:17 PM
|
Thank you very much Imar!
Nicholas
|