7 messages in net.java.dev.jna.usersRe: [jna-users] Usage of JNA inside a...
FromSent OnAttachments
Isidoro TrevinoJan 6, 2009 8:59 am 
Timothy WallJan 6, 2009 9:13 am 
Paul LoyJan 6, 2009 9:20 am 
Emmanuel PirschJan 6, 2009 10:12 am 
Isidoro TrevinoJan 6, 2009 10:30 am 
Timothy WallJan 6, 2009 11:23 am 
Emmanuel PirschJan 6, 2009 11:35 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] Usage of JNA inside an appletActions...
From:Timothy Wall (twal@dev.java.net)
Date:Jan 6, 2009 9:13:21 am
List:net.java.dev.jna.users

As long as all jars are signed by the same signer, and you grant access when requested, you should not have any problem using JNA within an applet.

There may be issues loading jnidispatch.dll after it gets unpacked to a temporary directory under Vista, depending on your security settings. Please post the entire SecurityException trace and message.

On Jan 6, 2009, at 12:00 PM, Isidoro Trevino wrote:

Hi,

I'm developing an applet that will need the use of a DLL so I tought using JNA might be a great idea, but I'm stuck with it because I'm getting a SecurityException when trying to load jnidispatch.dll and I'm stil unable to find a workaround.

Do you have any guidelines or suggestions of using JNA inside an applet without much trouble? I'm using self signed jars but I can't get rid of the SecurityException

Thanks in advance