Fork Copy class App { static { if ("aarch64" == System.getProperty("os.arch")) { System.setProperty("os.arch", "i686_64") } } }