Tools for compiling native binaries using Windows on ARM #661
-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@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? |
Beta Was this translation helpful? Give feedback.
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.