|
So how have you set up your java system, having re-install windows 98 for the n+10 times, I did a file search for javac.exe then made a batch file called "makeClass.bat" and inside I have
"C:\Program Files\Java\jdk1.5.0_02\bin\javac" assig5.java -Xstdout error.txt
and it works good, it sends all the errors to a text file "error.txt"
|