You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs.
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
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).
The text was updated successfully, but these errors were encountered: