1 message in net.java.dev.jna.usersRe: Regarding JNA
FromSent OnAttachments
Timothy WallFeb 3, 2008 10:03 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: Regarding JNAActions...
From:Timothy Wall (twal@dev.java.net)
Date:Feb 3, 2008 10:03:43 am
List:net.java.dev.jna.users

On Feb 3, 2008, at 12:25 PM, Steven Yi wrote:

Hello,

I am currently evaluating JNA and wanted to know about what version of Java it requires. I noticed the jna.dev.java.net page mention it is 1.4+ but the MANIFEST from the version I download (3.0.1) mentions:

Created-By: 1.6.0_03-b05 (Sun Microsystems Inc.)

I haven't tried it on anything but a 1.6 VM but the software I am developing supports 1.4+ to work on earlier versions of OSX that most of my users use.

Any clarification on this would be greatly appreciated!

If you look at build.xml, you'll notice that the compatibility level is set to 1.4. Except for references to java.nio.Buffer, the source is also 1.3-compatible.

I believe the 1.4 VM is still available for OSX (though perhaps not for x86).