From 3a1b5e779ceada55020aa7e0f9ceb5ddb3c070b2 Mon Sep 17 00:00:00 2001 From: Dianna Hoober Date: Fri, 27 Mar 2026 10:58:46 -0700 Subject: [PATCH] Deprecate 18.04 guide and link to 22.04 guide --- .../java/how-to-install-openjdk-on-ubuntu-18-04/index.md | 3 +++ 1 file changed, 3 insertions(+) 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.