kenkyee
10/03/2023, 3:50 PMephemient
10/03/2023, 6:11 PMkenkyee
10/03/2023, 6:13 PMMichael Paus
10/03/2023, 6:30 PMkenkyee
10/03/2023, 6:36 PMThomas
10/04/2023, 12:27 AMkenkyee
10/04/2023, 12:31 AMephemient
10/04/2023, 12:41 AMMichael Paus
10/04/2023, 8:16 AM(export JAVA_HOME=~/tools/jdk_x64_mac_hotspot_17.0.8_7/Contents/Home; ./gradlew clean desktopApp:packageReleaseDmg)
in a terminal on an ARM mac would be sufficient to build an Intel version of an app? (Assuming Rosetta 2 was previously installed.)
It would be kind if someone with an ARM mac could confirm this as I cannot try it out. I do not own an ARM mac yet and this concept only works in one direction.spierce7
10/04/2023, 11:50 AMkenkyee
10/04/2023, 12:49 PMThomas
10/04/2023, 9:28 PMENV["JAVA_HOME"] = …
. You do need to have rosetta 2 installed ofcourse.Tsung Wu
10/14/2023, 4:18 PMarch -x86_64 /bin/zsh
(or bash maybe).Michael Paus
10/30/2023, 8:16 PM(export JAVA_HOME=/Users/mpaus/Downloads/jdk-17.0.9+9/Contents/Home; ./gradlew clean desktopApp:packageReleaseDmg)
if JAVA_HOME is pointing to an Intel JDK here and Rosetta 2 is installed. I am still flashed that this works indeed and so easily.