I tried running the installer in Suse 10.1 and it installed fine. The only thing that I had to do was update the permissions on the files. When I did java -jar ACM.jar it came back with the following error:
java -jar ACM.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: no syshook in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at PollThread.<init>(KeyboardHook.java:43)
at KeyboardHook.<init>(KeyboardHook.java:4)
at Clip.initKeyListener(Clip.java:284)
at Clip.main(Clip.java:242)
Do you have any ideas? I can download the source and take a look at this loadLibrary, if it is something specific to my system.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi tekgnu,
The reason you are seeing this exception is because recently we added keyboard shortcuts that are windows specific. Due to lack of testing on Linux machines we did not catch that bug. We will soon release a version with the fix for the problem. we will notify you when that happens. In the meanwhile if you have a windows system available you can try out ACM on that.
Thanks for the bug report.
ACM Support
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We have uploaded a new version of ACM which no longer loads Windows-specific keyboard shortcuts when starting up. Hopefully this will solve all your issues.
Regards,
ACM Support
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Actually that worked very well thank you. For a feature request, I would recommend allowing the Ctrl + Windows + x combination to be able to be changed by the user. (Because frankly I don't have a windows key on my keyboard).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Good to hear. User being able to change the shortcuts is on our list of future changes and will be implemented soon. If you have any more requests or would like to report any bug that you may find please use this forum or the feedback form directly through ACM. Thanks
ACM Support
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried running the installer in Suse 10.1 and it installed fine. The only thing that I had to do was update the permissions on the files. When I did java -jar ACM.jar it came back with the following error:
java -jar ACM.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: no syshook in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at PollThread.<init>(KeyboardHook.java:43)
at KeyboardHook.<init>(KeyboardHook.java:4)
at Clip.initKeyListener(Clip.java:284)
at Clip.main(Clip.java:242)
Do you have any ideas? I can download the source and take a look at this loadLibrary, if it is something specific to my system.
Hi tekgnu,
The reason you are seeing this exception is because recently we added keyboard shortcuts that are windows specific. Due to lack of testing on Linux machines we did not catch that bug. We will soon release a version with the fix for the problem. we will notify you when that happens. In the meanwhile if you have a windows system available you can try out ACM on that.
Thanks for the bug report.
ACM Support
Hello,
We have uploaded a new version of ACM which no longer loads Windows-specific keyboard shortcuts when starting up. Hopefully this will solve all your issues.
Regards,
ACM Support
Actually that worked very well thank you. For a feature request, I would recommend allowing the Ctrl + Windows + x combination to be able to be changed by the user. (Because frankly I don't have a windows key on my keyboard).
Good to hear. User being able to change the shortcuts is on our list of future changes and will be implemented soon. If you have any more requests or would like to report any bug that you may find please use this forum or the feedback form directly through ACM. Thanks
ACM Support