How to make an executable Java application (app) for ARM64 architecture on MacOSX
I am trying to make my Java+JavaFX application work on MacOSX on ARM64 architecture. I cannot use Rosetta, since my client does not want to install and use Rosetta, and I need to use Java8 since JavaFX used in the application is from Java version 8. I can already build an Intel architecture (x86_64) application by using the sh.tak.appbundler, but I am failing to make it work on ARM64 architecture.