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

后端 未结 4 1868
情书的邮戳
情书的邮戳 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:09

    I had the same problem with "pinch to zoom" - it works in java 6 but not 7 or 8. I came across this bug in the jdk which seems to be responsible. It says it is fixed in Java 9.

提交回复
热议问题