same errors regardless of what file I compile
Hi everyone I'm having problems with the javac tool The problem Im having has been getting progressively worse for the past few months.
To begin with I compiled a applet I was working on in J2SE using the command line, errors were reported and I fixed them but when I recompiled the same errors were reported, I found that deleting the class files from my project allowed it to compile properly, "which is a bit annoying having to do this each time I compiled the project after making small changes".
Now the problem has escalated and even deleting the class files doesn抰 work the same errors are repeated over and over, and now if I open a earlier version of my project (which previously compiled fine) using the CD command and try to recompile that, I get the same errors
Any help you can give me would be greatly appreciated; it抯 stopping me from getting any work done at all.

