3 messages in net.java.dev.jna.usersJNA temp dll file is not being delete...
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:JNA temp dll file is not being deleted on exitActions...
From:Thomas Börkel (tho@boerkel.de)
Date:Oct 12, 2007 3:41:01 am
List:net.java.dev.jna.users

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.

Thomas