diff --git a/docs/basics/install/linux.mdx b/docs/basics/install/linux.mdx index c43514375..e7b198751 100644 --- a/docs/basics/install/linux.mdx +++ b/docs/basics/install/linux.mdx @@ -16,7 +16,9 @@ To install and run AIR your development environment must meet these minimum requ - Linux - 1.3GB free disk space (for the AIR SDK and does not include other tools) -- A version of Java 11 JDK +- A version of Java: + - Minimum: JDK 11 + - Recommended: [JDK 17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) or [JDK 21](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html) ## Install the SDK diff --git a/docs/basics/install/macos.mdx b/docs/basics/install/macos.mdx index 9be3c9eb8..1689babf2 100644 --- a/docs/basics/install/macos.mdx +++ b/docs/basics/install/macos.mdx @@ -16,7 +16,9 @@ To install and run AIR your development environment must meet these minimum requ - macOS - 1.3GB free disk space (for the AIR SDK and does not include other tools) -- A version of Java 11 JDK +- A version of Java: + - Minimum: JDK 11 + - Recommended: [JDK 17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) or [JDK 21](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html) ## Install the SDK diff --git a/docs/basics/install/windows.mdx b/docs/basics/install/windows.mdx index 69774b8da..65f8234cb 100644 --- a/docs/basics/install/windows.mdx +++ b/docs/basics/install/windows.mdx @@ -16,7 +16,9 @@ To install and run AIR your development environment must meet these minimum requ - Windows 7 or later - 1.3GB free disk space (for the AIR SDK and does not include other tools) -- A version of Java 11 JDK +- A version of Java: + - Minimum: JDK 11 + - Recommended: [JDK 17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) or [JDK 21](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html) ## Install the SDK