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