Open bowbahdoe opened 2 days ago
@bowbahdoe, the dev-tools-0.6.0-amd64.jar
build targets x64 (amd64) architectures. JavaFX applications compile to platform-dependent bytecode, so this jar will not work on Apple M series processors which use ARM (aarch64) architecture. I will look into adding a cross-platform build option.
I couldn't get it to work on mac without bumping JavaFX and java target up to 21.
While you are at it: I mess with my local java version a ton. It would be great if this was a jpackage
d thing I could just drag a .app
around for
@maxandersen, the CI workflow uses Java 11 for packaging, and the jar runs on JRE 11. However, the Gluon Maven plugin requires Java 21 for the native application build.