Hello,

If anyone has any insight to the solution to this problem, I would greatly
appreciate it!

I'm trying to call a native method from my JSP code and I am receiving the
following error:

java.lang.UnsatisfiedLinkError: minvokeTuiMethod

where minvokeTuiMethod is the native method.  I'm importing a class that
uses JNI to load the dll.  I am successfully able to get this code to run as
a servlet, but I would much rather run it as JSP.  I am certain that the dll
is loading.  I'm guessing that there is a problem with the scope of the
method, but I'm at a loss as to determine the actual problem and how to
correct it.

Thanks much!
Emily

~~~~~~~~~~~~~~~~~~~~~~~
Emily E. Harsh, Web Developer
Micro Clinique, Ltd.
[EMAIL PROTECTED]
(407) 875-2457 ext. 250

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to