Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/basics/install/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,16 @@ To install and run AIR your development environment must meet these minimum requ
- 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
::: note
Linux AIR SDK support requires a commercial license.

HARMAN provides AIR support for Linux x86_64 and ARM64 only for developers with a commercial AIR SDK license. The Linux runtime is not available in the free tier, so Linux development tools such as adl require a valid commercial license.

Linux also does not support the AIR shared runtime. As a result, .air packages and native installers cannot be created directly with AIR SDK. Applications should instead be distributed as bundles containing the captive runtime and packaged using native Linux deployment tools.
:::

You have two options to install the AIR SDK. The recommended method is to use the AIR SDK Manager. The manager will inform you of available updates and minimise the download required for each update.

Expand Down Expand Up @@ -139,4 +146,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)
- [Java SE 17 Archive Downloads](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
Loading