Edwin Lee wrote:
Thanks Emmanuel,

it compiles alright now.
FYI, this was pretty nasty : the @override annotation does not work the same way with JVM 1.5 and 1.6 versions. 1.6 jvms consider that this annotation can _also_ be used to describe methods that are not only present in one of the parent classes, but also accept those methods present in one of the implemented interface. 1.5 does not accept that, leading the compiler to blow chunks...

It's now fixed, the fastest way : no more painfull annotations ;)

PS: I forgot to thanks Sun for the JVM API stability ... :/

--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to