DEV Community

Discussion on: Guide to Install GraalVM Community Edition on Ubuntu

Collapse
 
friendbear profile image
T Kumagai

It's Worked

$ uname -a
Linux tubasan 5.11.0-1017-raspi #18-Ubuntu SMP PREEMPT Mon Aug 23 07:34:31 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
$ sudo update-alternatives --config java
There are 2 choices for the alternative java (providing /usr/bin/java).

  Selection    Path                                         Priority   Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-11-openjdk-arm64/bin/java   1111      auto mode
* 1            /usr/lib/jvm/graalvm/bin/java                 1         manual mode
  2            /usr/lib/jvm/java-11-openjdk-arm64/bin/java   1111      manual mode

Press <enter> to keep the current choice[*], or type selection number: 1

Enter fullscreen mode Exit fullscreen mode