I'm not getting anything in the first file (i.e., no
error msgs as well as no compiler msgs)
javac -verbose TimeCalc.java >Compile.txt
2>ErrorMsg.txt
u can see the above sample, im trying to get
compiler's verbose msgs in Compile.txt & error msgs in
ErrorMsg.txt, but it's not happening (all the output
is going to ErrorMsg.txt only)