<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello Emmanuel<br>
    <br>
    <div class="moz-cite-prefix">Le 03/02/14 11:07, Emmanuel Blondel a
      écrit :<br>
    </div>
    <blockquote cite="mid:52EF6A45.70702@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Exception in thread "main"
        java.util.ServiceConfigurationError:
        javax.imageio.spi.ImageReaderSpi: Provider
        org.geotoolkit.coverage.wkb.WKBRasterImageReader$Spi could not
        be instantiated: java.lang.NoSuchFieldError: VERSION<br>
      </div>
    </blockquote>
    <br>
    When the exception ends in "Error", except for a few cases like
    "OutOfMemoryError" this is usually a compilation problem or a
    mismatch in the library versions. Could you try to run "mvn
    dependency:tree" from your project root and see if there is a mix of
    Geotk 3.x and 4.x JAR files? (search for "geotk-" in the output of
    above command and see if there is any "3.something" strings).<br>
    <br>
        Martin<br>
    <br>
  </body>
</html>