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-11-openjdk java-11-openjdk-headless

You may also need to install fonts so that the captcha images work:

zypper install fetchmsttfonts

On Amazon Linux 2 instead use:

yum install java-11-amazon-corretto java-11-amazon-corretto-headless

If it 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 .
9.0.0
Which Java to install and how.