About
With GraalVM, you can compile Java to Native Code
Steps on Windows
From Ref
- Download GraalVm Archive
- Unzip
- Add the bin directory (GraalVm_Home/bin) into your search path
- Execute the below command to add the native-image executable in the bin directory.
gu install native-image
- On Windows the native-image tool only works when it is executed from the x64 Native Tools Command Prompt, therefore Install the build-tools-for-visual-studio-2019