: Tuesday, April 11, 2006 4:40 PM
To: Tomcat Users List
Subject: Re: UnsatisfiedLinkError when loading DLL twice
--- "Ho, Sam" <[EMAIL PROTECTED]> wrote:
> Hi, All
> My servlet use a DLL, currently the DLL is located
> at window system32 and in the webapp's WEB-INF/
: UnsatisfiedLinkError when loading DLL twice
if the DLL in windows system 32 then it should be picked right up. have
you registered this DLL or not ? if not then try registering this dll
first.
>--- "Ho, Sam" <[EMAIL PROTECTED]> wrote:
>
>
>
>>Hi, All
>>My servlet
Hi, All
My servlet use a DLL, currently the DLL is located at window system32 and in
the webapp's WEB-INF/lib.
But I sometimes got the "UnsatisfiedLinkError". Can anyone tell me where should
the DLL put? and what kind of system variable I need to set for the tomcat
classloader to load the DLL? I