<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">
<p>Hello Sebastian<br>
</p>
<p>Error of kind <tt>java.lang.NoSuchMethodError</tt> are usually
a compilation issue. Are you building with Maven? If not Maven,
which JAR files do you use?<br>
</p>
<p> Martin<br>
</p>
<p><br>
</p>
<p>Le 21/12/15 15:50, Sebastian Clarke a écrit :</p>
</div>
<blockquote
cite="mid:CAKeP3417=xhUbGYG_+XEzoWCM=WZ2RsNjUHEpOdpXvA-X8CS7w@mail.gmail.com"
type="cite">
<div dir="ltr">I was trying to reproduce the code from here <a
moz-do-not-send="true"
href="https://github.com/Geomatys/geotoolkit/blob/master/demos/geotk-demo-samples/src/main/java/org/geotoolkit/pending/demo/clients/wmts/WMTSClientDemo.java"><a class="moz-txt-link-freetext" href="https://github.com/Geomatys/geotoolkit/blob/master/demos/geotk-demo-samples/src/main/java/org/geotoolkit/pending/demo/clients/wmts/WMTSClientDemo.java">https://github.com/Geomatys/geotoolkit/blob/master/demos/geotk-demo-samples/src/main/java/org/geotoolkit/pending/demo/clients/wmts/WMTSClientDemo.java</a></a>
however I hit problems when initting the WebMapTileClient class.
<div><br>
</div>
<div>I'm not sure whether this might be some library
incompatibility, or plain old operator error (as this is my
first time using this). I have pasted the stack trace below,
along with the relevant line from my test class which causes
it. Any help would be gratefully appreciated.</div>
<div><br>
</div>
<div>-- stacktrace snip --</div>
<div><br>
</div>
<font face="monospace, monospace">java.lang.NoSuchMethodError:
org.opengis.parameter.ParameterDescriptor.getName()Lorg/opengis/metadata/Identifier;</font><br>
</div>
</blockquote>
(...snip...)<br>
<br>
</body>
</html>