Closed
Description
Created by: tmatinla
Description
After starting and whenever I click somewhere in PDE, an error
java.lang.NoSuchMethodError: accessibilityHitTest
is shown in the Console
This started with beta 3, so it might be due to Java version upgrade.
Environment
- Processing version: 4.0b3
- Operating System and OS version: macOS Monterey (12.1)
- Other information: Intel Mac
Possible Causes / Solutions
There's a similar issue in this SO question: https://stackoverflow.com/questions/70112706/java-lang-nosuchmethoderror-accessibilityhittest
The discussion refers to this issue: https://bugs.openjdk.java.net/browse/JDK-8274326 that is fixed in 17.0.2, so it might help to upgrade to that when it is available (adoptium/adoptium#109 for tracking the release).