Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JNLP nativelib UnsatisfiedLinkError

843802Mar 22 2005 — edited Mar 30 2005
How 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2005
Added on Mar 22 2005
7 comments
1,572 views