"ajmerasunny" <sunny_ajm...@infosys.com> wrote in message news:22766008.p...@talk.nabble.com... > > Hi All, > I have a java web application running on TOMCAT 6.0 which is > accessing > few .dll files.I am getting "UnsatisfiedLinkError" while running my > application. I have copied these .dll files in System32 folder. Could > anyone > please tell me where should i place these .dll files to get my app > working. > > Please help.
If you are running as a service, using the standard Tomcat wrapper, then you should place the dll files in the same directory as tomcat6.exe (usually %CATALINA_HOME%\bin). If you are running from the startup.bat script, then they need to be somewhere on the %PATH%. I wouldn't recommend placing dll files in System32 unless absolutely there is no other option. However, if it isn't working with the dll files in System32, then you are missing dll files that they depend on in the %PATH% (aka dll-hell ;). > > Regards, Sunny > -- > View this message in context: > http://www.nabble.com/Where-to-Place-.dll-files-in-TOMCAT--tp22766008p22766008.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org