Because most servlet engines use custom classloaders, to implement the
automatic upgrading of servlets, you must ensure that your JNI classes are
found on the standard CLASSPATH, and NOT by the servlet engines custom
classloader (usually the servlets directory is out).
(*Chris*)
----- Original Message -----
From: JESS ZACHARIAS <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 29, 1999 12:44 AM
Subject: related to jni
> hi!
>
> i'am encountering a problem while using native methods from my servlets.
> the servlet engine used is Apache_Jserv 1.0. the webserver is installed on
> linux.the shared library path is /usr/lib. when a request is made to the
> native method the error got is unsatisfied link error. the file exists and
> also the permissions are set right.
>
> can you suggest me, what could be possibly wrong?
>
> thank you.
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html