-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(aarch64): update and added to pom.xml aarch64 build #273
base: master
Are you sure you want to change the base?
Conversation
I've been very careful with JavaFX versioning, does this version still support Java 8 appropriately? |
I tried to downgrade javafx to 17.X (It is the first version compatible with aarch64) and it does not work with java8. Here is my trace... $ java -version
$ make emuiigen
$ java -jar emuiigen/target/emuiigen.jar
Java8 is directly incompatible with mac aarch64 Anyway, maybe it could be a good idea to try to replace the pom file with these changes in the makefile if the user wants to compile this script locally and run it :) but this should be your decision, obviously. At least, if this proposal is not a good idea it could be good to document these changes to make it manually |
fix this issue: #263