6 messages in net.java.dev.jna.usersRe: [jna-users] Accessing DLL from we...
FromSent OnAttachments
idmnified .Feb 20, 2008 1:36 pm 
Timothy WallFeb 21, 2008 6:18 am 
idmnified .Feb 21, 2008 4:51 pm 
Timothy WallFeb 21, 2008 5:52 pm 
idmnified .Feb 24, 2008 5:18 pm 
Timothy WallFeb 25, 2008 6:38 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] Accessing DLL from web applicationActions...
From:Timothy Wall (twal@dev.java.net)
Date:Feb 21, 2008 5:52:23 pm
List:net.java.dev.jna.users

Running within a servlet container is a different question entirely. I think most folks who have done so have loaded JNA in a singleton instance separate from the servlet so that they don't have to worry about loading and unloading the native library, which can be problematic to do reliably.

On Feb 21, 2008, at 7:51 PM, idmnified . wrote:

Hello again,

thanks a lot for the point. I've searched across the mailing list and seen some questions regarding Webstart and signing jars, so I'll check it out; and it's my fault so sorry for not looking broader, I was stuck on the idea that it should be the same calling from a servlet

than from a console app.

I'll check it out, thank you very much.