-
Notifications
You must be signed in to change notification settings - Fork 498
Alibaba Dragonwell8 Quickstart Guide
Document to help the users to get started with the Alibaba Dragonwell.
Alibaba Dragonwell is a "friendly fork" under the same licensing terms as the upstream OpenJDK project. Alibaba Dragonwell is available in two editions:
- Alibaba Dragonwell Standard Edition
- Alibaba Dragonwell Extended Edition
The standard edition installer package names provide platform and Java version information in the following formats: Alibaba_Dragonwell_Standard--jdk__.
For example, the Alibaba Dragonwell Standard Edition for Linux on the AARCH64 platform, Alibaba Dragonwell version 8.12.13, has the following package name: Alibaba_Dragonwell_Standard_jdk-8.12.13_aarch64_linux.tar.gz
Run the java- version command to check whether the java executable you use is from a standard edition. The following example shows the output from:
openjdk version "1.8.0_345"
OpenJDK Runtime Environment (Alibaba Dragonwell Standard Edition 8.12.13) (build 1.8.0_345-b01)
OpenJDK 64-Bit Server VM (Alibaba Dragonwell Standard Edition 8.12.13) (build 25.345-b01, mixed mode)
The extended edition installer package names provide platform and Java version information in the following formats: Alibaba_Dragonwell_Extended-jdk__.
For example, the Alibaba Dragonwell Extended Edition for Linux on the AARCH64 platform, Alibaba Dragonwell version 8.12.13, has the following package name: Alibaba_Dragonwell_Extended_jdk-8.12.13_aarch64_linux.tar.gz
Run the java- version command to check whether the java executable you use is from a standard edition. The following example shows the output from:
openjdk version "1.8.0_345"
OpenJDK Runtime Environment (Alibaba Dragonwell Extended Edition 8.12.13) (build 1.8.0_345-b01)
OpenJDK 64-Bit Server VM (Alibaba Dragonwell Extended Edition 8.12.13) (build 25.345-b01, mixed mode)
Navigate to the Alibaba Dragonwell download page, select a version and choose a package from the available platforms.
Release information is available in the Standard Edition Release Notes and Extended Edition Release Notes pages.
Alibaba Dragonwell