From 4dab8672e9c544d26a339f71aa1e8adbbe2c3b87 Mon Sep 17 00:00:00 2001 From: B-Interactive <16984998+B-Interactive@users.noreply.github.com> Date: Thu, 25 Sep 2025 19:43:33 +1000 Subject: [PATCH] Provide download link to Java 17 JDK. --- docs/basics/install/linux.mdx | 2 +- docs/basics/install/macos.mdx | 4 +++- docs/basics/install/windows.mdx | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/basics/install/linux.mdx b/docs/basics/install/linux.mdx index 90898a63d..c43514375 100644 --- a/docs/basics/install/linux.mdx +++ b/docs/basics/install/linux.mdx @@ -137,4 +137,4 @@ You must make sure you have the Java Developmet Kit (JDK) installed and that you We currently recommend using Java 17 but check the release notes for any changes. - +- [Java SE 17 Archive Downloads](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) \ No newline at end of file diff --git a/docs/basics/install/macos.mdx b/docs/basics/install/macos.mdx index 9599c0daa..9be3c9eb8 100644 --- a/docs/basics/install/macos.mdx +++ b/docs/basics/install/macos.mdx @@ -177,4 +177,6 @@ adt -devices -platform android You must make sure you have the Java Developmet Kit (JDK) installed and that your `JAVA_HOME` environment variable is set to the JDK's folder. -We currently recommend using Java 17 but check the release notes for any changes. \ No newline at end of file +We currently recommend using Java 17 but check the release notes for any changes. + +- [Java SE 17 Archive Downloads](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) \ No newline at end of file diff --git a/docs/basics/install/windows.mdx b/docs/basics/install/windows.mdx index 03409acdf..69774b8da 100644 --- a/docs/basics/install/windows.mdx +++ b/docs/basics/install/windows.mdx @@ -146,4 +146,6 @@ adt -devices -platform android You must make sure you have the Java Developmet Kit (JDK) installed and that your `JAVA_HOME` environment variable is set to the JDK's folder. -We currently recommend using Java 17 but check the release notes for any changes. \ No newline at end of file +We currently recommend using Java 17 but check the release notes for any changes. + +- [Java SE 17 Archive Downloads](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) \ No newline at end of file