|
Well, my inclination is that there is still an old .class file somewhere that is screwing things up, but unless I can access your entire work environment, I'm not sure I'll be able to help you much more. You can take a look at the .class file before and after you compile to see if there's a filesize difference.
Also, you can try creating a throw-away java file that extends the abstract class in the same fashion, and see if it compiles and runs (compile only that class though, don't use a compile program like Ant).
Also, you can take a look at the output of javap -c and try to spot any differences.
|