How to build for win arm64? #123
Replies: 3 comments 10 replies
-
Right now I don't have arm builds of windows or linux. This is on my list but it requires me to either figure out how to cross-compile on an x64 github runner, or set up a self-hosted github runner on arm64. What kinds of machines run windows on arm64 currently? Most/all of the consumer desktops and laptops I see are on x64. |
Beta Was this translation helpful? Give feedback.
-
Found this: https://bugs.openjdk.org/browse/JDK-8314064. I dont now if that helps, but it should work at least without cross-compilation on javafx 22. |
Beta Was this translation helpful? Give feedback.
-
So it looks like this is supported now - my app runs on Surface Pro ARM and in Parallels on Mac M4. However, it looks like it downloads Java 11, even though I need Java 8. My SnapCode needs Java 8 for now (I'm limited in the browser by CheerpJ) and Java 11 is incompatible with my tools.jar, which is stuck on Java 8. I'm guessing though that there might not be a Java 8 for Windows ARM, so there might not be a solution here (though I'm really hoping for CheerpJ to get me to Java 11 or above :-) ) |
Beta Was this translation helpful? Give feedback.
-
Thought i just try:
"bundles": [ "mac-x64", "mac-arm64", "win", "win-arm64", "linux" ],
But no special download available. arm64, for windows 11 on parallels on a mac m1,2,3,4?
Beta Was this translation helpful? Give feedback.
All reactions