Sry, didn't notice this comment. I have added you as a developer of the project,...
Maybe, it is time for a new release? jxgrabkey-0.3.3.tar.xz?
<unistd.h> is required for usleep()
Thanks for the report. I encountered the same problem last time I did a build on...
<unistd.h> is required for usleep()
Actually, trying to build (and test) it now on CentOS-6 (with OpenJDK-1.8) I observe...
Actually, trying to build (and test) it now on CentOS-6 (with OpenJDK-1.8) I observe...
Actually, trying to build (and test) it now on CentOS-6 (with OpenJDK-1.8) I observe...
Use System.loadLibrary instead of System.load
I have added a try/catch block to the load call which now uses loadLibrary as a fallback...
#13 Use System.loadLibrary instead of System.load
JXGrabKey.jar relies on the native c++ code. But it does not load the native library...
Well, you could add setting of LD_LIBRARY_PATH to your build.xml, but it does not...
Well, you could add setting of LD_LIBRARY_PATH to your build.xml, but it does not...
Also thanks for putting in the work to port this and making it up to date. :)
If you build some code in the test that looks up the appropriate file via a file...
XKeycodeToKeysym is deprecated
Thanks for the fix, committed in trunk.
#14 XKeycodeToKeysym is deprecated
I found the patch necessary for the FreeBSD port of JXGrabKey to be able to perform...
Since this is just a test class I would rather keep it to the hard coded path. When...
Since this is just a test class I would rather keep it to the hard coded path. When...
Argh... Sorry about formatting: --- JXGrabKey/C++/src/JXGrabKey.cpp 2010-02-28 10:11:49.000000000...
XKeycodeToKeysym is deprecated
Use System.loadLibrary instead of System.load
Event consumed : Clipboard issue while using CTRL+C hotkey
Failed to build in Ubuntu on ARM device
ARM needs custom compilation, since I have no ARM device, users will have to build...
UnsatisfiedLinkError in Ubuntu 10.04
Maybe the path/name to the .so file was wrong?
pthread_spin_init used incorrectly
Thanks for the report. This might be due to some class sharing magic the newer JVMs...
#12 pthread_spin_init used incorrectly
pthread_spin_init used incorrectly