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
configuration file.
Which config file/startup file do I modify so that the java.library.path
System property will
hold this path???

i.e.
System.getProperty("java.library.path") needs to also have my DLL's
directory in it


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to