<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Le 03/02/14 13:02, Emmanuel Blondel a écrit :<br>
    <blockquote cite="mid:52EF8541.8060903@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">I've indeed checked it. All Geotk
        modules are from 4.x-SNAPSHOT.<br>
        I've correctly added JAI core and imageio as dependencies, but i
        get the same error.<br>
      </div>
    </blockquote>
    <br>
    Could you try to put the following code somewhere in the application
    and see what the output is? I'm interested to see if this code show
    more than one element.<br>
    <br>
    <blockquote>
      <pre>Enumeration<URL> e = getClass().getClassLoader().getResources("org/geotoolkit/util/Utilities.class");
while (e.hasMoreElements()) {
    System.out.println(e.nextElement());
}
</pre>
    </blockquote>
    <br>
    Martin<br>
    <br>
  </body>
</html>