Page History
...
- If you wish to install Azul JDK 17, please follow the Zulu Installation Guide.
If your Linux distribution provides another way to install a JDK, such as through a package manager like yum or apt-get, please consult those steps as they may offer better integration with your base operation system. The following code is an example of installing JDK using yum, and then extracting its version information:
Code Block language bash theme RDark $ sudo yumapt-get install javaopenjdk-17-openjdkjdk -y $ java -version
Overview
Content Tools