From 85d08bbe237d7caeef9d399efeca3bbec29dd944 Mon Sep 17 00:00:00 2001 From: GulamY <gulam.yusufzade@mendix.com> Date: Thu, 20 Mar 2025 16:40:18 +0100 Subject: [PATCH 1/4] Update .NET version in 9.24 docs Starting from 9.24.34 the dotnet prerequisite changed to NET8. These changes reflect that in the documentation --- content/en/docs/refguide9/general/install.md | 10 ++++++++-- .../docs/refguide9/general/system-requirements.md | 13 ++++++++++--- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/content/en/docs/refguide9/general/install.md b/content/en/docs/refguide9/general/install.md index 7708fc88cd9..a4fc2e15532 100644 --- a/content/en/docs/refguide9/general/install.md +++ b/content/en/docs/refguide9/general/install.md @@ -61,7 +61,11 @@ Sometimes you can run into problems when installing Studio Pro. One work-around The prerequisites are the following: -* [Microsoft .NET Desktop Runtime 6.0.x](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) – Mendix recommends using version 6.0.6 or above +* | Studio Pro 9.0.0 - 9.24.33 | Studio Pro 9.24.34 and above | + | --- | --- | + | [Microsoft .NET Desktop Runtime 6.0.x](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) – Mendix recommends using version 6.0.6 or above | [Microsoft .NET Desktop Runtime 8.0.x](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) – Mendix recommends using version 8.0.14 or above | + + * Java JDK * For Mendix Studio Pro 9.24.16 and above – [Eclipse Temurin JDK 17 (x64)](https://github.com/adoptium/temurin17-binaries/releases) @@ -96,7 +100,9 @@ It is possible to prepare the prerequisite installers beforehand, so that the Me 3. Create a folder with the name **Dependencies** in the same location where the Mendix Studio Pro installer was placed. 4. Download the prerequisites listed in the [Troubleshooting](#troubleshooting) section above and move them into the **Dependencies** folder. 5. Rename the following dependencies: - * The Microsoft .NET Desktop Runtime 6.0.x executable (*dotnet.exe*) to *windowsdesktop-runtime-6.0-x64.exe* + * | Studio Pro 9.0.0 - 9.24.33 | Studio Pro 9.24.34 and above | + | --- | --- | + | The Microsoft .NET Desktop Runtime 6.0.x executable (*dotnet.exe*) to *windowsdesktop-runtime-6.0-x64.exe* | The Microsoft .NET Desktop Runtime 8.0.x executable (*dotnet.exe*) to *windowsdesktop-runtime-8.0-x64.exe* | * The Java Development Kit 11 or 17 (x64) *msi* (for example, *OpenJDK17U-jdk_x64_windows_hotspot_17.0.10_7.msi*) to one of the following, depending on the Studio Pro version: * *adoptiumjdk_17_x64.msi* – for versions 9.24.16 and above * *adoptiumjdk_11_x64.msi* – for versions between 9.14.0 and 9.24.15 diff --git a/content/en/docs/refguide9/general/system-requirements.md b/content/en/docs/refguide9/general/system-requirements.md index 18d3ad81ba8..1ca3f1c7b62 100644 --- a/content/en/docs/refguide9/general/system-requirements.md +++ b/content/en/docs/refguide9/general/system-requirements.md @@ -20,7 +20,12 @@ Mendix [Studio Pro](/refguide9/modeling/) version 9 is supported on 64-bit versi The following frameworks are required. They will be installed automatically by the Studio Pro installer if necessary: -* Microsoft .NET 6.0.x desktop runtime (x64) and all applicable Windows security patches +* Microsoft .NET desktop runtime (x64) and all applicable Windows security patches + + | Studio Pro 9.0.0 - 9.24.33 | Studio Pro 9.24.34 and above | + | --- | --- | + | .NET 6 Desktop Runtime | .NET 8 Desktop Runtime | + * Microsoft Visual C++ 2015 Redistributable Package (x64) * Microsoft Visual C++ 2019 Redistributable Package (x64) * A Java Developer Kit (JDK) version 11, 17, or 21 - the flavor which will be installed if the correct version of Java is not already installed on your machine—this depends on which version of Studio Pro you are installing @@ -33,9 +38,11 @@ The following frameworks are required. They will be installed automatically by t * Microsoft Edge WebView2 Evergreen Runtime (x64) * For Studio Pro 9.24 and above: Gradle version 8.5 or above (if your Java version is 11 or 17, Gradle version 7.6 or above will also work) - if Gradle is not yet installed on your machine, Mendix will install Gradle version 8.5 -If you are running Studio Pro on an ARM64 device (for example, an M1 Mac), you need the following version of .NET 6 in addition to the x64 version listed above: +If you are running Studio Pro on an ARM64 device (for example, an M1 Mac), you need the following version of .NET in addition to the x64 version listed above: -* .NET 6 Desktop Runtime (arm64) +* | Studio Pro 9.0.0 - 9.24.33 | Studio Pro 9.24.34 and above | + | --- | --- | + | .NET 6 Desktop Runtime (arm64) | .NET 8 Desktop Runtime (arm64) | {{% alert color="info" %}} You can choose which JDK is used for building and running locally via the **Edit** > **Preferences** menu item in Studio Pro. From b4a1d578e909bfc810d80062a776d4fda596c807 Mon Sep 17 00:00:00 2001 From: GulamY <gulam.yusufzade@mendix.com> Date: Fri, 21 Mar 2025 11:13:27 +0100 Subject: [PATCH 2/4] Update install.md Align offline installer steps --- content/en/docs/refguide9/general/install.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/content/en/docs/refguide9/general/install.md b/content/en/docs/refguide9/general/install.md index a4fc2e15532..a28f2a75af2 100644 --- a/content/en/docs/refguide9/general/install.md +++ b/content/en/docs/refguide9/general/install.md @@ -100,9 +100,13 @@ It is possible to prepare the prerequisite installers beforehand, so that the Me 3. Create a folder with the name **Dependencies** in the same location where the Mendix Studio Pro installer was placed. 4. Download the prerequisites listed in the [Troubleshooting](#troubleshooting) section above and move them into the **Dependencies** folder. 5. Rename the following dependencies: - * | Studio Pro 9.0.0 - 9.24.33 | Studio Pro 9.24.34 and above | - | --- | --- | - | The Microsoft .NET Desktop Runtime 6.0.x executable (*dotnet.exe*) to *windowsdesktop-runtime-6.0-x64.exe* | The Microsoft .NET Desktop Runtime 8.0.x executable (*dotnet.exe*) to *windowsdesktop-runtime-8.0-x64.exe* | + * Microsoft .NET Desktop Runtime + * For Studio Pro versions 9.0.0 through 9.24.33, rename the Microsoft .NET Desktop Runtime 6.0.x + * On x64, rename *windowsdesktop-runtime-6.0.35-win-x64.exe* to *windowsdesktop-runtime-6. 0-x64.exe* + * On ARM64, rename *windowsdesktop-runtime-6.0.35-win-arm64.exe* to *windowsdesktop-runtime-6. 0-arm64.exe* + * For Studio Pro versions 9.24.34 and above, rename the Microsoft .NET Desktop Runtime 8.0.x + * On x64, rename *windowsdesktop-runtime-8.0.14-win-x64.exe* to *windowsdesktop-runtime-8. 0-x64.exe* + * On ARM64, rename *windowsdesktop-runtime-8.0.14-win-arm64.exe* to *windowsdesktop-runtime-8. 0-arm64.exe* * The Java Development Kit 11 or 17 (x64) *msi* (for example, *OpenJDK17U-jdk_x64_windows_hotspot_17.0.10_7.msi*) to one of the following, depending on the Studio Pro version: * *adoptiumjdk_17_x64.msi* – for versions 9.24.16 and above * *adoptiumjdk_11_x64.msi* – for versions between 9.14.0 and 9.24.15 From 12c766a33727b9f5467e1c6a6e17fa62f0d6ac3e Mon Sep 17 00:00:00 2001 From: GulamY <gulam.yusufzade@mendix.com> Date: Fri, 21 Mar 2025 13:26:05 +0100 Subject: [PATCH 3/4] Whitespace cleanup --- content/en/docs/refguide9/general/install.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/refguide9/general/install.md b/content/en/docs/refguide9/general/install.md index a28f2a75af2..5a0318eb042 100644 --- a/content/en/docs/refguide9/general/install.md +++ b/content/en/docs/refguide9/general/install.md @@ -102,11 +102,11 @@ It is possible to prepare the prerequisite installers beforehand, so that the Me 5. Rename the following dependencies: * Microsoft .NET Desktop Runtime * For Studio Pro versions 9.0.0 through 9.24.33, rename the Microsoft .NET Desktop Runtime 6.0.x - * On x64, rename *windowsdesktop-runtime-6.0.35-win-x64.exe* to *windowsdesktop-runtime-6. 0-x64.exe* - * On ARM64, rename *windowsdesktop-runtime-6.0.35-win-arm64.exe* to *windowsdesktop-runtime-6. 0-arm64.exe* + * On x64, rename *windowsdesktop-runtime-6.0.35-win-x64.exe* to *windowsdesktop-runtime-6.0-x64.exe* + * On ARM64, rename *windowsdesktop-runtime-6.0.35-win-arm64.exe* to *windowsdesktop-runtime-6.0-arm64.exe* * For Studio Pro versions 9.24.34 and above, rename the Microsoft .NET Desktop Runtime 8.0.x - * On x64, rename *windowsdesktop-runtime-8.0.14-win-x64.exe* to *windowsdesktop-runtime-8. 0-x64.exe* - * On ARM64, rename *windowsdesktop-runtime-8.0.14-win-arm64.exe* to *windowsdesktop-runtime-8. 0-arm64.exe* + * On x64, rename *windowsdesktop-runtime-8.0.14-win-x64.exe* to *windowsdesktop-runtime-8.0-x64.exe* + * On ARM64, rename *windowsdesktop-runtime-8.0.14-win-arm64.exe* to *windowsdesktop-runtime-8.0-arm64.exe* * The Java Development Kit 11 or 17 (x64) *msi* (for example, *OpenJDK17U-jdk_x64_windows_hotspot_17.0.10_7.msi*) to one of the following, depending on the Studio Pro version: * *adoptiumjdk_17_x64.msi* – for versions 9.24.16 and above * *adoptiumjdk_11_x64.msi* – for versions between 9.14.0 and 9.24.15 From 99b05ca796f6785ae423e509eb504aa869859163 Mon Sep 17 00:00:00 2001 From: "MENDIXDOMAIN\\Maria.Shaposhnikova" <maria.shaposhnikova@mendix.com> Date: Wed, 26 Mar 2025 17:05:46 +0100 Subject: [PATCH 4/4] Small formatting change --- content/en/docs/refguide9/general/system-requirements.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/refguide9/general/system-requirements.md b/content/en/docs/refguide9/general/system-requirements.md index 1ca3f1c7b62..cf0382466fb 100644 --- a/content/en/docs/refguide9/general/system-requirements.md +++ b/content/en/docs/refguide9/general/system-requirements.md @@ -40,9 +40,9 @@ The following frameworks are required. They will be installed automatically by t If you are running Studio Pro on an ARM64 device (for example, an M1 Mac), you need the following version of .NET in addition to the x64 version listed above: -* | Studio Pro 9.0.0 - 9.24.33 | Studio Pro 9.24.34 and above | - | --- | --- | - | .NET 6 Desktop Runtime (arm64) | .NET 8 Desktop Runtime (arm64) | +| Studio Pro 9.0.0 - 9.24.33 | Studio Pro 9.24.34 and above | +| --- | --- | +| .NET 6 Desktop Runtime (arm64) | .NET 8 Desktop Runtime (arm64) | {{% alert color="info" %}} You can choose which JDK is used for building and running locally via the **Edit** > **Preferences** menu item in Studio Pro.