Other |
---|
openjfx17Fixed |
Blocks :
|
|
Cloners :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The minimum macOS version on which JavaFX will run is currently set to 10.10: https://github.com/openjdk/jfx/blob/8adbc673d095607e8a6109fbb951fa17b9d6caad/buildSrc/mac.gradle#L58 defineProperty("MACOSX_MIN_VERSION", "10.10"); macOS 10.10 is many years out of support, so we should update this minimum. Further, macOS / aarch64 (aka arm64) requires macOS 11.0 as a minimum in order to run. The JDK recently updated their minimum for x86_64 to 10.12 and for aarch64 to 11.0. See: https://github.com/openjdk/jdk/blob/627ad9fe22a153410c14d0b2061bb7dee2c300af/make/autoconf/flags.m4#L136 We should do the same for JavaFX.
|