Cross-compiling JavaFX for Apple ARM64

Michael Strauß michaelstrau2 at gmail.com
Fri Nov 26 05:03:50 UTC 2021


JavaFX can be cross-compiled for Apple ARM64 on an Intel Mac by
specifying TARGET_ARCH=arm64 for the Gradle build.
This works for all native libraries except for WebKit, because
TARGET_ARCH is not passed to WebKit's cmake script. Are there any
plans to support this particular scenario?


More information about the openjfx-dev mailing list