Long story short: I have an executable jar, that calls jni.dll which is dependent on lib.dll. And I\'m getting the oh-so-dreaded UnsatisfiedL
jni.dll
lib.dll
UnsatisfiedL
If the problem is that the os can not find the dependency library, have you tried loading it via System.loadLibrary() before you load your main library?
System.loadLibrary()