Need a different Linux distro? Go back to the Zing Quickstart Guide.
These instructions guide you through the Zing 15 installation on Amazon Linux only. Amazon Linux is preferred when running on AWS. For other Linux distributions on AWS select those in the Zing Quick Start Guide.
Note: Our software distributions are signed by an OpenPGP key when appropriate. To verify your download, see Product Signing Keys (OpenPGP) for details.
sudo rpm --import https://repos.azul.com/azul-repo.key
sudo curl -o /etc/yum.repos.d/zing.repo https://repos.azul.com/zing/amazonlinux/zing.repo
sudo yum install zing-jdk15.0.0
mkdir ~/.zing
curl -o ~/.zing/license https://trial-licenses.azul.com/redeem/<Zing_Trial_Token>
Once you performed all installation steps, you can start running your Java applications with Zing as follows:
/opt/zing/zing-jdk15/bin/java -version
Sample output:
java version "15.0.2" 2021-03-18
Java Runtime Environment Zing21.03.0.0+1-CA (build 15.0.2+7-MTS)
Zing 64-Bit Tiered VM Zing21.03.0.0+1-CA (build 15.0.2-zing_21.03.0.0-b3-product-linux-X86_64, mixed mode)
(you might want to set the JAVA_HOME
environment variable to point to the Zing installation directory, e.g. $ export JAVA_HOME=/opt/zing/zing-jdk15
).
Post Installation Tasks for Production Systems