View Single Post
Old 07/02/07, 11:51 PM   #232
Pater
Don Flamenco
 
Tauren Druid
 
Doomhammer
That looks like the correct haste fix.
The error you see is possibly due to not being in the correct directory, not having the right PATH setting, or not using the correct command lines.
Command lines should be:

> javac ESCS.java

> java ESCS


(You can replace the second step with "java ESCS > out.txt" if you wish to send it to a text file.)
 
User is offline.