<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    No problem, classpaths are known to be a tricky issue (that is why
    Oracle started the Jigsaw project). And to be honest, the Geotk
    classpath is not very simple neither. This is an other area where we
    are trying to bring simplification in Apache SIS.<br>
    <br>
    By the way, instead of the code that I have sent you may also try
    the following:<br>
    <br>
    <blockquote>
      <pre>System.out.println(org.apache.sis.setup.About.configuration());
</pre>
    </blockquote>
    <br>
    This will print the classpath, together with more information which
    are known (after 10 years of experience!) to be causes of various
    issues reported on mailing lists.<br>
    <br>
        Martin<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">Le 03/02/14 13:25, Emmanuel Blondel a
      écrit :<br>
    </div>
    <blockquote cite="mid:52EF8ABE.3070000@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">My bad.. I've checked and indeed it
        was showing Geotk 3.21...another project that was in the build
        path :-/ :-//...Apologies.<br>
        I will further test the WPS client, and come back to the list if
        i see issues (relevant this time).<br>
        <br>
        Le 03/02/2014 13:12, Martin Desruisseaux a écrit :<br>
      </div>
      <blockquote cite="mid:52EF87B6.1030102@geomatys.fr" type="cite">
        <meta content="text/html; charset=ISO-8859-1"
          http-equiv="Content-Type">
        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>
      </blockquote>
    </blockquote>
    <br>
  </body>
</html>