0

I am following this official tutorial for native Quarkus but can't run the following step:

# 3. Install the native-image tool using gu install:
${GRAALVM_HOME}/bin/gu install native-image

The ${GRAALVM_HOME}/bin directory does not exist in the GraalVM distribution.

I downloaded the latest GraalVM from https://github.com/oracle/graal/releases, version 19.3.1 at this date.

How should I run the ${GRAALVM_HOME}/bin/gu install native-image command?

Evandro Pomatti
  • 13,341
  • 16
  • 97
  • 165

1 Answers1

0

I got the wrong GraalVM release.

The releases have moved to https://github.com/graalvm/graalvm-ce-builds/releases.

Evandro Pomatti
  • 13,341
  • 16
  • 97
  • 165