且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

触摸输入和带有JavaFX 11的OpenJDK 11的问题

更新时间:2022-06-22 00:46:50

我的触摸屏和JFX遇到相同的问题.我的代码可以在Open JDK 1.8及其对应的JFX上正常运行,而在OpenJDK 11及其对应的JFX上则无法运行.它可以与Liberica https://bell的JDK和JFX一起很好地工作. -sw.com/pages/java-11.0.7-for-Embedded/

I had the same problem with my touch screen and JFX. My code works fine with Open JDK 1.8 and its corresponding JFX, it fails with OpenJDK 11 and its corresponding JFX. It works fine with the JDK and JFX from Liberica https://bell-sw.com/pages/java-11.0.7-for-Embedded/

所以对我来说,我的解决方法是更改​​为Liberica JDK 11和JFX发行版. 其他选项可能是JDK,Azul或Corretto的JFX发行版.

So for me my workaround was to change to the Liberica JDK 11 and JFX distribution. Other options may be JDK, JFX distributions from Azul or Corretto.