<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<div><br></div><div>I have a java wps processor (zoo service) that is package as jar file. I used "maven-assembly-plugin" to build a jar file with all its dependencies and I placed the jar file under "/usr/lib/cgi-bin". </div><div><br></div><div>In the myService.zcfg config file, the service provider (Java Class) is given as follows</div><div><div> serviceProvider = com/eoss/core/wpswrapper/WPSWrapperProcessor</div></div><div><br></div><div>When I execute my service, I get "Class Not Found" exception though the jar file is available under "<span style="font-size: 12pt;">/usr/lib/cgi-bin" where Zoo kernel is also present. </span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">Note in "main.cfg", </span><span style="font-size: 12pt;">LD_LIBRARY_PATH points to </span><span style="font-size: 12pt;">"</span><span style="font-size: 12pt;">/usr/lib/cgi-bin"</span></div><div><div>LD_LIBRARY_PATH=/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/:/usr/lib/cgi-bin</div><div><br></div><div>But if I unpack the jar file (which results in several folders being created under <span style="font-size: 12pt;">/usr/lib/cgi-bin for all the dependencies) then my service is executing as expected.</span></div><div><span style="font-size: 12pt;"><br></span></div><div>Is it possible to use "jar" file instead of unpacking it to execute the service?</div><div><br></div><div>Thanks for your help.</div><div><br></div><div>regards</div><div style="font-size: 12pt;"><br></div></div><div><br></div>                                    </div></body>
</html>