Hi,
I'm working with a jni application that loads a dll library, but the load of it is taking too long. The dll is in the path. As a relevant informat, this dll depends on other oracle dlls that are also in the path.
System.loadLibrary("exmaple.dll");
Do you have any idea why the load never ends?