Tools for compiling native binaries using Windows on ARM #661
Answered
by
vishvanatarajan
Vishva Iyer (vishvanatarajan)
asked this question in
Q&A
|
As it stands today, there is no support of GraalVM Native Image for Windown on ARM and they have indicated no plans on providing support in the near future. Tools such as jpackage that are included also do not work well due to lack of WiX toolset support on Windows on ARM. Can the Microsoft OpenJDK team suggest any other FOSS tools or methods to compile native binaries for Java applications on Windows on ARM? I would be grateful if i have missed anything during my search for the same. |
Answered by
vishvanatarajan
Aug 24, 2025
Replies: 1 comment 2 replies
|
Vishva Iyer (@vishvanatarajan) IIRC the latest versions of the JDK (24+) use the later versions of the Wix toolset (which support Windows on Arm) for jpackage. What JDK version are you using? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i am using the Microsoft/OpenJDK 21.0.8 LTS. I guess i need to wait until Microsoft OpenJDK 24+ is released officially.
For now, I have worked around my issue by using jlink along with jpackage and bundling the minimum required JRE into my binary.