Skip to content

Commit

Permalink
#19: some documentation for old jna issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tulskiy committed Jan 3, 2016
1 parent 862c657 commit 8e409f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down

0 comments on commit 8e409f4

Please sign in to comment.