Java

Some game servers require using Java Runtime Environment (JRE) such as Minecraft and Project Zomboid.

Installation of Java Runtime Environment

If you are unsure which version to choose simply pick the default JRE.

Debian/Ubuntu

JRE

To install the most up to date JRE for the distro run:

apt install default-jre

OpenJRE

For openjdk, run the following changing the version number:

apt install openjdk-8-jre
apt install openjdk-11-jre
apt install openjdk-16-jre
apt install openjdk-17-jre

CentOS

Run the following command, changing the version number:

yum install java-1.8.0-openjdk
yum install java-11-openjdk

JRE Availability Table

JRE Availability Table Different Distros have different versions of Java. This page will outline the different versions that are available.

Distrowatch also contains details of JRE versions.

Further Reading https://help.ubuntu.com/community/Java

Last updated