JNLP nativelib UnsatisfiedLinkError
843802Mar 22 2005 — edited Mar 30 2005How do I let System.loadlibrary() to search for .dll in the signed jar file?
I could not find a satisfactory & direct answer on any jnlp forum.
Thanks in advance.
Gaurav.
Already Tried:
1.In the .jnlp file, <nativelib> element points to the signed jar file containing dlls
2.System.loadlibrary by default checks in the current directory for .dll file or java.library.path .
3. java.library.path pointed to cache where java web start downloads the .dll file
Points 1,2,3 did not help me.