Hi Edward,
We had the same problem (but with JDK1.1.8) and solved it by replacing
System.loadLibrary() call with System.load(), and using the full path to the
DLL. We suspect this is necessary because of some feature of the
IIS4/WebSphere2 combination making the system path unavailable to the
servlets. (? Comments from IBM?)
Regards
Mark
> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, 1 March 2000 14:40
> To: [EMAIL PROTECTED]
> Subject: About JNI
>
> hi,
> I got a unsatisfied link error while using
> Java servlet calling a method in C.Not for the
> system load library error.
> It is ok using Java application to do so , but
> fail with Java servlet..Why?
>
> I am using Websphere 2.0 + IIS4.0, JDK1.1.7
>
> Thanks in advance
> Edward
>
> __________________________________________________________________________
> _
> 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