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!

Loading library with dependencies (on other dll's)

843829Oct 13 2009 — edited Oct 14 2009
I have created a DLL with JNI in it.
Several of the calls within this dll depend on other dll's.
If I put all the dependent dll's in say System32 it runs fine, of if I put the folder containing all the dlls in the %PATH% it works.

Are there any other options for this?
Reason being if another developer wants to code in my project they will either need to move dlls to system32 or add the folder to their own PATH.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 11 2009
Added on Oct 13 2009
5 comments
408 views