<div dir="ltr">Hi,<br><br>I'm trying to use the java client in the link below (using nss authentication), but I'm running into issues finding the right versions of the various jar files listed.<br><br><a href="http://pki.fedoraproject.org/wiki/Java_Key_Client_API#Setting_up_Buildpath.2FClasspath">http://pki.fedoraproject.org/wiki/Java_Key_Client_API#Setting_up_Buildpath.2FClasspath</a><br><br><span style="color:rgb(51,51,51);line-height:19.6px;white-space:pre-wrap"><font face="arial, helvetica, sans-serif">I am getting inundated NoClassDefFoundError, IncompatibleClassChangeError and the like presumably due to the wrong version of certain jar files. Is there a guide on which version of the various files are required? In particular, I'm having an issue with conflicts between the following two dependencies, but there are probably more.

</font></span>







<p class=""><span class="">     </span><dependency></p>
<p class=""><span class="">     </span>    <span class="">      </span><groupId><a href="http://javax.ws.rs">javax.ws.rs</a></groupId></p>
<p class="">    <span class="">       </span><artifactId>javax.ws.rs-<span class="">api</span></artifactId></p>
<p class="">    <span class="">       </span><version>2.0-m12</version></p>
<p class=""><span class="">     </span></dependency> </p>
<p class=""><span class="">     </span></p>
<p class=""><span class="">     </span><dependency></p>
<p class="">    <groupId>org.jboss.resteasy</groupId></p>
<p class="">    <artifactId><span class="">resteasy</span>-client</artifactId></p>
<p class="">    <version>3.0.18.Final</version></p>
<p class=""></dependency></p><div><font color="#333333" face="monospace"><span style="font-size:11.375px;line-height:19.6px;white-space:pre-wrap"><br></span></font>

<div><font face="arial, helvetica, sans-serif" style="background-color:rgb(255,255,255)"><span style="color:rgb(51,51,51);white-space:pre-wrap">This is on Red Hat Enterprise Linux Server release 7.2 (Maipo) with jss-4.2.6-37.el7.x86_64 and </span><span style="color:rgb(51,51,51);white-space:pre-wrap">pki 10.2.5.6
I am using java 7 on tomcat 7 using maven to build the war file

Thanks,
~ David
</span></font><br><br></div><div style="font-family:'Helvetica Neue';font-size:14px"></div></div></div>