3 messages in net.java.dev.jna.usersRe: [jna-users] JNA temp dll file is ...
FromSent OnAttachments
Thomas BörkelOct 12, 2007 3:41 am 
Timothy WallOct 12, 2007 5:52 am 
Thomas BörkelOct 15, 2007 4:22 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 temp dll file is not being deleted on exitActions...
From:Thomas Börkel (tho@boerkel.de)
Date:Oct 15, 2007 4:22:09 am
List:net.java.dev.jna.users

HI!

https://jna.dev.java.net/issues/show_bug.cgi?id=49

Thomas

Timothy Wall wrote:

I've seen this as well (on winXP), although more recent versions of the jna library omit the library suffix when generating the temporary file.

If you still see the file hanging around with the newer jna lib, please file a bug report on it.

Thanks T.

On Oct 12, 2007, at 6:41 AM, Thomas Börkel wrote:

HI!

JNA copies the needed DLL from the JAR file to the temp directory with a temporary name and sets deleteOnExit() on that temporary file.

Unfortunately, this does not work. After normal exit, the jnaxxxxx.dll is still there in the temp directory.

Using jdk 1.6.0u3 on Windows Vista.