I don't get Eclipse. First off, I created a class in Eclipse, but then shortly afterwards I deleted it, thinking I wouldn't need it. Now I think I want that class again (separate from an inner class), but everytime I try to create a new class with that name (even though I deleted both the .java and .class files), Eclipse says "Type Already Exists." I don't see how that's possible when I've deleted the .java and .class files. Can somebody help me with this.
...even better now. I must have hit somethign wrong, I think it was project-->clean. I thought that would clean up the problem I had above, but it didn't. Instead it deleted all my classes, but now when I hit run, Eclipse isn' compiling my .java files, and it just keeps saying "java.lang.NoClassDefFoundError:, Exception in Thread "main"" because it isn't compiling my files, that's why. Can somebody please help. Eclipse is so frustrating.