79261339

Date: 2024-12-07 20:26:13
Score: 0.5
Natty:
Report link

Installing Visual Studio (Community) 2022 will install the missing parts enabling you to run your app on GraalVM.

I had a Spring Boot app that I ran on GraalVM (to benefit for the instant startup), I had to:

  1. Download the Visual Studio Build Tools 2022 or later (C development environment) from visualstudio.microsoft.com.

  2. Start the installation by opening the file you downloaded, and then click Continue: visual_studio_installer

  3. Select the Desktop development with C++ checkbox in the main window. On the right side under Installation Details, make sure that the two requirements, Windows 11 SDK and MSVC (…) C++ x64/x86 build tools, are selected. Continue by clicking Install. desktop_development_with_C

Then, I used Visual Code and not Visual Studio. (the terminal uses the Visual Studio components)

More:

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: vvauban