posted 18 years ago
I assumed that the class Test1 was in one file named "Test1.java", and that the interface was defined in a second file name "test1.java". My assumption may not have been correct.
if not, then yes, I would make sure there isn't already a previous test1.java file from some other project out there.
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors