I tried all these options. But, unfortunately, it didn't resolve the issue. I think Tomcat does find the DLL, since if I remove DLL from \winnt\system32 folder I get a different error meesage. My guess is to run JNI under Tomcat, certain security seetings need to be configured. Does anyone know of this ? Any help would be great.
thanks - Anil >From: "Brian Adams" <[EMAIL PROTECTED]> >Reply-To: <[EMAIL PROTECTED]> >To: "Tomcat Users List" <[EMAIL PROTECTED]> >Subject: RE: Help !!! JNI & Tomcat (UnSatisfiedLinkError exception) >Date: Wed, 30 Jan 2002 20:31:14 -0600 > >Tomcat must not look in the \winnt\system32 directory. >put the dll in the same directory as the class file. >If you have tomcat starting as a service, try putting the dll in the >%TOMCAT_HOME% directory eg. C:\tomcat >lastly try putting the dll in %TOMCAT_HOME%\bin directory. >goodluck, >B > >-----Original Message----- >From: Anil Bhagwat [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, January 30, 2002 4:35 PM >To: [EMAIL PROTECTED] >Subject: Help !!! JNI & Tomcat (UnSatisfiedLinkError exception) > > >Hi, > >I have been trying to use JNI on Win2K using tomcat 4.0. I am running into >a >problem. > >I keep getting UnSatisfiedLinkError exception. This doesn't happen when I >execute the JNI from a sample JAVA application. I have placed the DLL under >\winnt\system32 directory. The DLL is a C++ COM DLL compiled using MS >Visual >C++ 6.0. I tried using a C++ (no COM) DLL and a C DLL but no success. > >I tried creating just a simple function that doesn't accept any parameters >& >doesn't return any value. But, still it doesn't work. So, the problem is >unlikely to have with the param types etc. > >I tried this on several versions of Tomcat but no success. I think the app >finds the DLL correctly but can't find the method within correctly. I >suspect this has something to do with Tomcat configuration (security ??). > >Has anyone seen this problem before ? While browsing thru' archives, I saw >quite few people have run into this issue, but didn't notice any >resolution. >I would appreciate any help on this issue. > >thanks > >- Anil > >_________________________________________________________________ >Join the world�s largest e-mail service with MSN Hotmail. >http://www.hotmail.com > > >-- >To unsubscribe: <mailto:[EMAIL PROTECTED]> >For additional commands: <mailto:[EMAIL PROTECTED]> >Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > >-- >To unsubscribe: <mailto:[EMAIL PROTECTED]> >For additional commands: <mailto:[EMAIL PROTECTED]> >Troubles with the list: <mailto:[EMAIL PROTECTED]> > _________________________________________________________________ Join the world�s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
