2 messages in net.java.dev.jna.usersRe: [jna-users] running JNA on 64 lin...
FromSent OnAttachments
amina guermoucheJan 15, 2009 7:13 am 
Timothy WallJan 15, 2009 8:07 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] running JNA on 64 linux bitsActions...
From:Timothy Wall (twal@dev.java.net)
Date:Jan 15, 2009 8:07:22 am
List:net.java.dev.jna.users

Make sure you're running a 64-bit VM, typically you can pass a flag like "-d64" to ensure you're running the 64-bit version.

On Jan 15, 2009, at 10:14 AM, amina guermouche wrote:

Hie, I don't know where to ask my question. I need to use JNA on a linux amd64 architecture. I've found JNA for this architecture on the website. When I used it, i've got this message: java.lang.UnsatisfiedLinkError: Unable to load library '/home/condor/ ray2mesh/ray2mesh-1.0/src/libray2mesh.so.1.0': /home/condor/ray2mesh/ ray2mesh-1.0/src/libray2mesh.so.1.0: wrong ELF class: ELFCLASS64 Maybe I've got the wrong version. Any idea? Thanks.