hi,
I am working in
Java from the DOS prompt. What should i do if i want to see all the compilation errors?( If i get, say, 10 errors, i get only the last 4 after the scroll...) I tried redirecting the compile results like this
javac StrEq.java > errtxt.txt
The errtxt file is created but it doesn't contain anything...
it takes 0 bytes on seeing the directory listing...
Any clues?
Shree