- Get the Windows version of GraalVM: https://github.com/oracle/graal/releases
- Extract it to C:\app
- Uninstall any
Visual C++ 2010 Redistributables
- Get the Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO): https://www.microsoft.com/en-us/download/details.aspx?id=8442
Use the GRMSDKX_EN_DVD.iso - Mount the image and run
F:\Setup\SDKSetup.exe
- Run the Windows SDK 7.1 Command Prompt by going to
Start
>Microsoft Windows SDK v7.1
>Windows SDK 7.1 Command Prompt
c:\app\graalvm-ce-19.2.1\bin\native-image -jar Example.jar ^
--no-fallback ^
--report-unsupported-elements-at-runtime ^
--allow-incomplete-classpath ^