Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to change java.library.path

843829Nov 10 2004 — edited Jan 2 2008
now, 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 ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 30 2008
Added on Nov 10 2004
3 comments
2,515 views