DLL takes forever to load in JNI class
Posted
by Rodrigo
on Stack Overflow
See other posts from Stack Overflow
or by Rodrigo
Published on 2010-04-28T18:48:11Z
Indexed on
2010/04/28
22:57 UTC
Read the original article
Hit count: 193
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?
© Stack Overflow or respective owner