| hi everyone,
I need to clear something with you guys
let's say for example if my javac file is located in the file location
"C://abc/fd/javac.exe"
and the file i want to compile is located at "D://ac/d/lpc.java"
so when i compile the file i must writethe following on the command line
"C://abc/fd/javac D://ac/d/lpc.java"
Am i right or wrong. If i am wrong then what is the correct way to do it
Thank You
Yours Sincerely
Richard West |