From 5bd83d9f7227419496e8c4e569ac1ffa044a2601 Mon Sep 17 00:00:00 2001 From: B-Interactive <16984998+B-Interactive@users.noreply.github.com> Date: Thu, 25 Sep 2025 19:37:12 +1000 Subject: [PATCH 1/2] Update System Requirements to Java 17 as per recommendation in Java section of documentation. --- docs/basics/install/linux.mdx | 2 +- docs/basics/install/macos.mdx | 2 +- docs/basics/install/windows.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/basics/install/linux.mdx b/docs/basics/install/linux.mdx index 90898a63d..d6643bd8e 100644 --- a/docs/basics/install/linux.mdx +++ b/docs/basics/install/linux.mdx @@ -16,7 +16,7 @@ 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 17 JDK ## Install the SDK diff --git a/docs/basics/install/macos.mdx b/docs/basics/install/macos.mdx index 9599c0daa..500a43fa7 100644 --- a/docs/basics/install/macos.mdx +++ b/docs/basics/install/macos.mdx @@ -16,7 +16,7 @@ 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 17 JDK ## Install the SDK diff --git a/docs/basics/install/windows.mdx b/docs/basics/install/windows.mdx index 03409acdf..026503b7e 100644 --- a/docs/basics/install/windows.mdx +++ b/docs/basics/install/windows.mdx @@ -16,7 +16,7 @@ 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 17 JDK ## Install the SDK From 24912fd2ec737ef6d215737c776d9f233c51971f Mon Sep 17 00:00:00 2001 From: B-Interactive <16984998+B-Interactive@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:03:33 +1100 Subject: [PATCH 2/2] Specify minimum and recommended JDKs. --- docs/basics/install/linux.mdx | 4 +++- docs/basics/install/macos.mdx | 4 +++- docs/basics/install/windows.mdx | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/basics/install/linux.mdx b/docs/basics/install/linux.mdx index d6643bd8e..e0a8a2b3a 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 17 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 500a43fa7..811ceb97b 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 17 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 026503b7e..8620cee0b 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 17 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