Some hints to get you there...
Think about how you start Tomcat (assuming it's not as a Windows
service). If you were to edit that startup script to add your dll
location to the java.library.path, then it would be available when you
run. If you're running with low-level tools, this will be
s
When I run a servlet in Tomcat that executes some JNI code that calls a DLL,
it fails with an 'unsatisfiedlinkerror'. The problem is that my DLL that JNI
uses was
not in my SYSTEM path. When I put it in there, all is well.
What I would like to do is NOT put it in my SYSTEM path, but rather into a
c