Le mardi 30 janvier 2007 à 10:54 +0100, Andrea Aime a écrit :
> One funny thing is that I'm running Geoserver 1.5.x (which uses gt2 
> 2.3.x) on java 1.6 already, and it just works.... shouldn't it break
> instead?

I believe that only "javac" complies about missing implementation for
abstract methods. If the class was already compiled successfully, the
JVM will run it as usual. If a non-implemented abstract method is
invoked, only then a java.lang.AbstractMethodError in thrown. Javadoc
said:

    "Thrown when an application tries to call an abstract method.
     Normally, this error is caught by the compiler; this error can
     only occur at run time if the definition of some class has
     incompatibly changed since the currently executing method was
     last compiled."

        Martin



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to