Skip to content

Commit 05c6afa

Browse files
authored
Merge pull request #10264 from mendix/qt-java
Add note about JRE vs JDK
2 parents e9a24e7 + 6c13ac2 commit 05c6afa

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

content/en/docs/refguide/installation/system-requirements.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@ The Mendix Docker buildpack supports the following Kubernetes versions:
221221

222222
When running Mendix on a server, you will need Java Runtime Environment 21 (JRE). To download an Eclipse Temurin OpenJDK distribution from Adoptium, see [Eclipse Temurin™ Latest Releases](https://adoptium.net/temurin/releases). To download a commercial Oracle distribution, see [Java SE Downloads](https://www.oracle.com/technetwork/java/javase/downloads/index.html).
223223

224+
{{% alert type="info" %}}
225+
A Java Runtime Environment (JRE) is the environment needed to run Mendix on a server. This is not to be confused with a Java Development Kit (JDK), which is supported by Studio Pro and used to create and develop apps. To learn more about JDKs, see
226+
[Getting Started with Java](https://dev.java/learn/getting-started/). For information on installing a JDK to use with your Mendix app, see [JDK Installation](/refguide/jdk-installation/).
227+
{{% /alert %}}
228+
224229
## Databases {#databases}
225230

226231
Mendix tries to support the most recent and patched database server versions from database vendors. We aim to add support for a new vendor version two minor Mendix versions after the vendor has released it. Dropping support for a database will be announced in the release notes at the date the vendor drops support. We will drop support two minor Mendix versions later.

content/en/docs/refguide10/installation/system-requirements.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,11 @@ When running Mendix on a server, you need Java Runtime Environment (JRE). To dow
234234
Studio Pro 10.21 and above (including the future 10.24 LTS) does not support Java 11. Upgrade your application to Java 21 before migrating.
235235
{{% /alert %}}
236236

237+
{{% alert type="info" %}}
238+
A Java Runtime Environment (JRE) is the environment needed to run Mendix on a server. This is not to be confused with a Java Development Kit (JDK), which is supported by Studio Pro and used to create and develop apps. To learn more about JDKs, see
239+
[Getting Started with Java](https://dev.java/learn/getting-started/). For information on installing a JDK to use with your Mendix app, see [JDK Installation](/refguide10/jdk-installation/).
240+
{{% /alert %}}
241+
237242
## Databases {#databases}
238243

239244
Mendix tries to support the most recent and patched database server versions from database vendors. We aim to add support for a new vendor version two minor Mendix versions after the vendor has released it. Dropping support for a database will be announced in the release notes at the date the vendor drops support. We will drop support two minor Mendix versions later.

0 commit comments

Comments
 (0)