If you are  getting an error  similar to the one below.
java.lang.UnsatisfiedLinkError: no hello in shared library path
                  at java.lang.Runtime.loadLibrary(Runtime.java)
                  at java.lang.System.loadLibrary(System.java)
                  at
                  at java.lang.Thread.init(Thread.java)

Then try this page.
http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/step6.html

----- Original Message -----
From: "Mark Hansen" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 25, 2002 11:53 PM
Subject: running servlets that invoke DLLs (Native Methods)


> I have a servlet that calls a Native Method (stored in a Windows DLL).
> Tomcat can't seem to find the DLL even though it is on the system path
(PATH
> environment variable).
>
> Does anyone know how Tomcat finds Native Methods that are called by
> servlets?
>
> Thanks,
>
> Mark
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to