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:Paul Loy (pa@keteracel.com)
Date:Jan 6, 2009 9:20:10 am
List:net.java.dev.jna.users

some insights:

http://www.javaworld.com/jw-10-1998/jw-10-apptowin32.html?page=3

maybe try putting jnidispatch.dll in the codebase directory and explicitely load it in the applet before jna tries to.

On Tue, Jan 6, 2009 at 5:00 PM, Isidoro Trevino <chol@gmail.com> 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