You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Johnny <ke...@mimos.my> on 2002/07/23 05:21:21 UTC

run native code

 Does Tomcat has the setting or security manager that control the servlet to
execute native code??

 Currently, when I run my JSP application, I will receive the following
error :

 java.lang.UnsatisfiedLinkError: VeriCert
	at com.su.JavaV.VeriCert(Native Method)


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


AW: run native code

Posted by franzR <re...@utanet.at>.
If you are using native (shared) libs then you have to provide the path to
this library (i.e. setting the LD_LIBRARY_PATH).



 Does Tomcat has the setting or security manager that control the servlet to
execute native code??

 Currently, when I run my JSP application, I will receive the following
error :

 java.lang.UnsatisfiedLinkError: VeriCert
	at com.su.JavaV.VeriCert(Native Method)


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>