Need a different Linux distro? Go back to the Zing Quickstart Guide.
These instructions will guide you through the easy process to try Zing 15 on Debian Stretch (9 and higher).
Note: Our software distributions are signed by an OpenPGP key when appropriate. To verify your download, see Product Signing Keys (OpenPGP) for details.
sudo wget https://assets.azul.com/files/0xB1998361219BD9C9.txt
sudo apt-key add 0xB1998361219BD9C9.txt
sudo wget -O /etc/apt/sources.list.d/zing.list http://repos.azul.com/zing/debian/zing.list
sudo apt-get update
sudo apt-get install linux-headers-$(uname -r) zing-jdk15.0.0
mkdir ~/.zing
wget -O- https://trial-licenses.azul.com/redeem/<Zing_Trial_Token> > ~/.zing/license
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