how to change java.library.path
843829Nov 10 2004 — edited Jan 2 2008now, I have got a file xx.dll to be called in my java codes. But a trouble comes with me.
I know i must put the dll file to a place which is contained in java.library.path, for example, "c:/jdk1.4/bin". Sometimes i want to put my dll files to a new place such as "jdk1.4/mydll". This time i must let java.library.path to contain the string "c:/jdk1.4/mydll".
How to achieve it and how to automatically do it with Jbuilder9 ?