View Single Post
Old 09-07-2006, 11:45 AM   #8 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,166
Belisarius is on a distinguished road
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.
__________________
GitS
Belisarius is offline   Reply With Quote