4 messages in net.java.dev.jna.usersRe: [jna-users] jna and eclipse plugins
FromSent OnAttachments
andrea antonelloJul 26, 2008 3:06 am 
Timothy WallJul 27, 2008 8:06 pm 
andrea antonelloJul 28, 2008 1:10 am 
Timothy WallJul 28, 2008 4:47 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] jna and eclipse pluginsActions...
From:Timothy Wall (twal@dev.java.net)
Date:Jul 28, 2008 4:47:31 am
List:net.java.dev.jna.users

On Jul 28, 2008, at 4:11 AM, andrea antonello wrote:

Thanks for the reply.

JNA uses jna.library.path to find explicitly loaded libraries only. It does not affect the system search path (aka java.library.path), so if dependent libraries are not on the system search path, they will not be found.

Alright, just to be sure that I got that right, the best thing to do would be to add all the needed path both to the jna and java library path, right?

If all libraries are on the system path, you don't need to set jna.library.path.