System.loadLibrary in JNLPs
Hello,
I do a System.loadLibrary() and i get UnsatisfiedLinkError. no such dll exist.
I put the DLL in the library path C:\Windows....
The program works great.
This failure behaviour happens only when i invoke the loadLibrary through <installer-desc>.
From the <applicaiton-desc> i call the java class and do loadLibrary it works great.
Please wake me up...

