RE: UnsatisfiedLinkError when loading DLL twice

2006-04-12 Thread Ho, Sam
: 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/

RE: UnsatisfiedLinkError when loading DLL twice

2006-04-12 Thread Ho, Sam
: 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

Re: UnsatisfiedLinkError when loading DLL twice

2006-04-11 Thread Rajeev Jha
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 use a DLL, currently the DLL is located at window system32 and in the webapp's W

Re: UnsatisfiedLinkError when loading DLL twice

2006-04-11 Thread Wade Chandler
--- "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/lib. > But I sometimes got the "UnsatisfiedLinkError". Can > anyone tell me where should the DLL put? and what > kind of system variable I need t