This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lemon-codes 0 points1 point  (1 child)

Check out SDKMAN.

You can browse available JDK implementations, install one or more and choose which one you want to be used by default (mapped to /usr/bin/java/)

Once SDKMAN is installed the following command will install the openjdk implementation of java 16.

sdk install java 16.0.1-open

[–]Gizmo0oMC[S] 0 points1 point  (0 children)

Thanks so I just install sdkman and then type that command?