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
commit 24f2e818d67bbeb153b399d4cf066a4b44d7b6c7 Author: Josh Tynjala <[email protected]> AuthorDate: Tue Apr 9 13:44:53 2024 -0700 system-requirements: link to IDEs --- 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 22d5d4c..c39cdae 100644 --- a/get-started/system-requirements.md +++ b/get-started/system-requirements.md @@ -26,6 +26,6 @@ The minimum hardware needed to work in Apache Royale [Apache Royale](https://royale.apache.org/) is designed for use on macOS or Windows computers. We would love to know your experience with it on a Linux machine! -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. +Since developers often use Royale in the [IDE of their choice](get-started/development-tools), 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.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)
