8 messages in net.java.dev.jna.usersRe: [jna-users] UnsatisfiedLinkError ...
FromSent OnAttachments
Joel UckelmanMay 25, 2009 2:55 pm 
Timothy WallMay 25, 2009 5:42 pm 
Joel UckelmanMay 26, 2009 1:53 pm 
Timothy WallMay 26, 2009 1:58 pm 
Joel UckelmanMay 26, 2009 2:08 pm 
Timothy WallMay 26, 2009 3:17 pm 
Joel UckelmanMay 26, 2009 3:24 pm 
Timothy WallMay 27, 2009 11:31 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] UnsatisfiedLinkError due to invalid ELF headerActions...
From:Joel Uckelman (ucke@nomic.net)
Date:May 26, 2009 1:53:41 pm
List:net.java.dev.jna.users

Thus spake Timothy Wall:

This is most likely an architecture mismatch, either 32-bit code trying to load 64-bit code or vice versa.

This could happen if running a 64-bit JVM but only having the 32-bit system libraries in LD_LIBRARY_PATH (or in this case, jna.library.path, which is where JNA will look for the library).

Does this mean that the user has his system misconfigured? Or is there something I need to be setting in order to account for this possibility?