Problem in setting java.library.path
Hi,
I have created a dll and kept it in C:\WINNT\System32 (which i know is included in the java.library.path).Things are working fine upto this point.
Now I want to keep the dll in Tomcat's lib directory,but don't know how to include this location in java.library.path. I want to do this using some script, that starts running when my tomcat service starts. But don't have any clue if this thing is possible.
Please help.
Thanks in advance.
|