Does emacs provide a good java compiler? I am using JCreator Le and JDK 1.3.1. I have also tried Forte for Java, but it is very confusing, slow, and a resource hog. Try compiling java through the command prompt on your windows me machine. Just write out your code as a text file then save it as a .java extension. Then try this at command prompt.
c:\>javac first.java
c:\>java first
assuming that there are no errors your program should compile correctly




