This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 766e442 system-requirements: fix OpenJDK minimum version (currently
8), and link to OpenJDK vendors
766e442 is described below
commit 766e4428a8816543cb16d6108e24f228fa85cd0e
Author: Josh Tynjala <[email protected]>
AuthorDate: Tue Apr 9 13:41:01 2024 -0700
system-requirements: fix OpenJDK minimum version (currently 8), and link to
OpenJDK vendors
---
get-started/system-requirements.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/get-started/system-requirements.md
b/get-started/system-requirements.md
index e212334..22d5d4c 100644
--- a/get-started/system-requirements.md
+++ b/get-started/system-requirements.md
@@ -28,4 +28,4 @@ The minimum hardware needed to work in Apache Royale
Since developers often use Royale in the IDE of their choice, the system needs
to satisfy the minimum requirements for that IDE. You do not need Internet
access to work with Royale unless that is required by the IDE you are using.
Royale provides scripts you can run if you want to compile your application
using the command line, without an IDE.
-Royale requires Java SDK 1.7 or greater to be installed on your computer. You
can access the latest Java SDK from [the Java download
site](https://www.oracle.com/technetwork/java/javase/downloads/index.html){:target='_blank'}.
+Royale requires Java SDK 1.8 or greater to be installed on your computer. You
can access the latest Java SDK from [Oracle's OpenJDK download
site](https://jdk.java.net/){:target='_blank'}, or from your favorite OpenJDK
vendor. If you're interested in learning more about OpenJDKs from vendors
besides Oracle, [SDKMAN provides a list of popular OpenJDK
distributions](https://sdkman.io/jdks)