Go back to the Zing Quickstart Guide.
Note: Our software distributions are signed by an OpenPGP key when appropriate. To verify your download, see Product Signing Keys (OpenPGP) for details.
These instructions introduce you to the quick and easy process to try Zing 13 from a tar.gz
archive.
Make sure your system meets the system requirements listed in Zing Installation Instructions.
Download Zing for Java SE 13 from https://cdn.azul.com/.
mkdir ~/.zing wget -O- https://trial-licenses.azul.com/redeem/<Zing_Trial_Token> > ~/.zing/license
tar.gz
archive on the host machine where the Java applications will be run:
tar xzvf zing<zvm_version>-<jdk_version>.tar.gz
Note: The gzip
and tar
utilities are required to install the ZVM tar.gz
archive on Linux host platforms.
/<uncompressed_zing_archive_directory>/bin/java -version
The output should look similar to the snippet below:
java version "13.0.5.1" 2020-12-03
Java Runtime Environment Zing20.12.0.0+1-CA (build 13.0.5.1+1-MTS)
Zing 64-Bit Tiered VM Zing20.12.0.0+1-CA (build 13.0.5.1-zing_20.12.0.0-b1-product-linux-X86_64, mixed mode)
If you do not see output similar to the above, contact Azul Support or visit the Zing Community Forum.
Post Installation Tasks for Production Systems