1 message in net.java.dev.jna.usersRe: [jna-issues] JNA on Solaris?
FromSent OnAttachments
Timothy WallAug 27, 2007 12:46 pm 
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-issues] JNA on Solaris?Actions...
From:Timothy Wall (twal@dev.java.net)
Date:Aug 27, 2007 12:46:39 pm
List:net.java.dev.jna.users

Check out the v3 branch. It has solaris and 64-bit support (via libffi). This support will soon be incorporated into the trunk.

On Aug 22, 2007, at 1:53 PM, Chalut, Thomas wrote:

Hey guys,

I want to use the jna.jar library in a J2EE application which runs on Solaris. JNA is described as the following at https:// jna.dev.java.net/:

"A small set of Java language utilities and conventions for dynamically accessing native libraries (for example, .dll's on Windows or .so's on Solaris) ..."

My problem is, when I download the jna.jar file there is no "/com/ sun/jna/sunos-sparc/libjnidispatch.so" file for Solaris packaged in it. Where can I find this file? I see there's one for Linux...