Originally Posted by Malan
You must compile the java class first. Type "javac ESCS.java" and THEN type "java ESCS"
You can't skip the first step.
|
I couldn't compile either. I found out that "javac" application is not included in JRE (the one that file says you need to d/l) but it is on JDK (with dev tools).