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 turns out to be due to this bug: https://bugs.openjdk.org/browse/JDK-7124404 -- Basically, Mac Java does not have an awt.multiClickInterval property in their default toolkit, and it ends up throwing an NPE. Judging from that bug, that was added in in Java 14, so Java 17 would be our minimum-supported to run OE.
It could be that there's some ways to bypass this; I've got to look to even see what we're using that property for. Possibly we could just do without, instead?
Regardless, it's one of two solutions: 1) bypass the property, or 2) update the docs to say that Mac users need to be on Java 17+.
The text was updated successfully, but these errors were encountered:
System Info
Operating System:
Mac / OSX
Describe the bug
Launching OE using Java 8 on Mac yields the following:
This turns out to be due to this bug: https://bugs.openjdk.org/browse/JDK-7124404 -- Basically, Mac Java does not have an
awt.multiClickInterval
property in their default toolkit, and it ends up throwing an NPE. Judging from that bug, that was added in in Java 14, so Java 17 would be our minimum-supported to run OE.It could be that there's some ways to bypass this; I've got to look to even see what we're using that property for. Possibly we could just do without, instead?
Regardless, it's one of two solutions: 1) bypass the property, or 2) update the docs to say that Mac users need to be on Java 17+.
The text was updated successfully, but these errors were encountered: