How to get Apple Java Extensions (com.apple.eawt) work on JDK 7 and higher?

后端 未结 4 1871
情书的邮戳
情书的邮戳 2020-12-10 14:30

TL;DR: Apple has dropped native feature support in Java. Especially touchpad gestures are not working any longer. I wrote a library that does the job using

4条回答
  •  暖寄归人
    2020-12-10 15:26

    Since the developer preview release of OS X El Capitan, it became impossible for 99% of average computer users to install Java 6, so this was no longer an option for me. I finally decided to write a native library that will inform Java about gestures through JNI. The project works great and is hosted on GitHub.

    Take a look at it here: https://github.com/mcourteaux/MultiTouch-Gestures-Java

提交回复
热议问题