7 messages in net.java.dev.jna.users[jna-users] Usage of JNA inside an ap...
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:[jna-users] Usage of JNA inside an appletActions...
From:Isidoro Trevino (chol@gmail.com)
Date:Jan 6, 2009 8:59:51 am
List:net.java.dev.jna.users

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