From 8e409f41fa1ca6ae8d9db8fa19a89e9bb89f9513 Mon Sep 17 00:00:00 2001 From: Denis Tulskiy Date: Mon, 4 Jan 2016 02:00:41 +0600 Subject: [PATCH] #19: some documentation for old jna issue --- CHANGES.md | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 83e54c0..7c21db4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ Next release (1.3-SNAPSHOT) --------------------------- * [#15](https://github.com/tulskiy/jkeymaster/issues/15) added jkeymaster-dbus to work with media keys on gnome through dbus +* [#19](https://github.com/tulskiy/jkeymaster/issues/19) fixed library hanging when there is a version conflict for jna on linux Release 1.2 ----------- diff --git a/README.md b/README.md index 3647201..33fb192 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,9 @@ popup a message. There's also a `Grab media keys` button that should register media keys (only Windows and Linux) - Play/Pause, Next Track, Previous Track, Stop. +If you get UnsatisfiedLinkError on linux, it is probable that you have an older jna version installed, see [#19](https://github.com/tulskiy/jkeymaster/issues/19) +you will need to either remove libjna-java from your system, or add `-Djna.nosys=true` to jvm args + API Example -----------