News

Now let’s set up Java. Type sudo apt-get update, followed by sudo apt-get install default-jdk. When that is done, java --version should return a value.
Let me show you how. First, we’re going to install Java 17 and Java 18, so you can see how the switching is done. To install Java 17, open a terminal window and issue this command: ...