Loading library with dependencies (on other dll's)
843829Oct 13 2009 — edited Oct 14 2009I 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.