Search This Blog

Setup GraalVM and Native Image on Windows 10

  1. Download GraalVM and install it (Instructions)
  2. Install Native Image:
    gu install native-image
  3. Install Build Tools for Visual Studio 20XX
    • Execute the installer and select the components like below:
  4. Start using native-image
    • On Windows, the native-image builder will only work when it’s executed from the x64 Native Tools Command Prompt. You can find it in Start Menu or folder: "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools"



See also

No comments:

Post a Comment