diff --git a/docs/guides/development/java/how-to-install-openjdk-on-ubuntu-18-04/index.md b/docs/guides/development/java/how-to-install-openjdk-on-ubuntu-18-04/index.md index c9ef55a7eb0..75469a1f091 100644 --- a/docs/guides/development/java/how-to-install-openjdk-on-ubuntu-18-04/index.md +++ b/docs/guides/development/java/how-to-install-openjdk-on-ubuntu-18-04/index.md @@ -21,6 +21,9 @@ relations: - distribution: Ubuntu 18.04 --- +deprecated:true +deprecated link: "guides/how-to-install-openjdk-ubuntu-22-04/" + [Java](https://www.oracle.com/java/index.html) is one of the world's most popular programming languages. Software written in Java can be compiled and run on any system, making Java a versatile platform that can be used to create anything from software to basic web applications. This guide will show you how to install the Open Java Development Kit (OpenJDK) 11 on Ubuntu 18.04. OpenJDK is the free and open-source implementation of the Oracle Java Standard Edition (Java SE) Development Kit. OpenJDK and Java SE are equivalent JDKs that include a Java runtime environment (JRE) and tools for developing and compiling Java applications.