Changing Java version on Ubuntu

Changing Java version on VPS

SOFTWARE PORTFOLIO

Ghaffar A

12/10/20211 min read

Changing the Java version. I had a issue where the java version for my VPS was incorrect for a minecraft server to run.

The server instance required Java 8 and the server was running Java 21

I used these commands to swap between the version installed:

sudo update-alternatives --config java

OUTPUT: