Closed GoogleCodeExporter closed 9 years ago
Why does you user not have write access to its temp folder? Seems like a group
policy issue, however there are several workarounds. For the time being you
may extract the appropriate native dll from the jar to a location that your
user has access to write to and set the "java.library.path" to point to that
location. Ex: `java -Djava.library.path=C:\Users\user11\Desktop -jar
JNativeHook.jar` would search for the correct DLL on the desktop. I will add a
property to override the extraction location in the next revision.
Original comment by a...@1stleg.com
on 17 Jun 2013 at 4:41
This has been fixed in the trunk. You may now use jnativehook.tmpdir to
specify an output location for extraction.
Original comment by a...@1stleg.com
on 21 Mar 2014 at 10:57
Original issue reported on code.google.com by
kelvz...@gmail.com
on 27 May 2013 at 8:00