Java installation

Jiglu uses the Java 11 platform. Either OpenJDK or the Oracle JRE will work fine depending on your preference, though OpenJDK will already come with most Linux distributions.

On OpenSuse use:

zypper install java-17-openjdk java-17-openjdk-headless

On Amazon Linux, Fedora or Redhat instead use:

yum install java-17-amazon-corretto java-17-amazon-corretto-headless

If Java was already installed you may need to check the correct JRE is set as the default:

update-alternatives --config java
Written by Stephen Hebditch. Published on .
10.0.0
Which Java to install and how.