You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/installation/install.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,11 @@ If you run into problems installing Studio Pro, one workaround is to restart you
46
46
47
47
The prerequisites are the following:
48
48
49
-
*[Microsoft .NET Desktop Runtime 8.0.x (x64 or ARM64)](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) (Mendix recommends using version 8.0.10 or above)
49
+
* Microsoft .NET Desktop Runtime
50
+
51
+
| Studio Pro 11.0.0 - 11.6.2 | Studio Pro 11.6.3 and above |
52
+
| --- | --- |
53
+
|[.NET Desktop Runtime 8.0.x (x64 or ARM64)](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) <br/> Mendix recommends using version 8.0.10 or above |[.NET Desktop Runtime 10.0.x (x64 or ARM64)](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) <br/> Mendix recommends using version 10.0.0 or above |
50
54
51
55
*[Eclipse Temurin JDK 21 (x64 or ARM64)](https://adoptium.net/temurin/releases/?version=21)
52
56
@@ -77,9 +81,13 @@ It is possible to prepare the prerequisite installers beforehand so the setup pr
77
81
3. Create a folder in the same location where the Mendix Studio Pro installer was moved. Name this folder *Dependencies*.
78
82
4. Download the prerequisites listed in the **[Troubleshooting](#troubleshooting)** section above and move them into the **Dependencies** folder.
79
83
5. Rename the following dependencies:
80
-
1. Microsoft .NET Desktop Runtime 8.0.x
81
-
* On x64, rename *windowsdesktop-runtime-8.0.10-win-x64.exe* to *windowsdesktop-runtime-8.0-x64.exe*
82
-
* On ARM64, rename *windowsdesktop-runtime-8.0.10-win-arm64.exe* to *windowsdesktop-runtime-8.0-arm64.exe*
84
+
1. Microsoft .NET Desktop Runtime
85
+
* For Studio Pro versions 11.0.0 through 11.6.2, rename the Microsoft .NET Desktop Runtime 8.0.x
86
+
* On x64, rename *windowsdesktop-runtime-8.0.10-win-x64.exe* to *windowsdesktop-runtime-8.0-x64.exe*
87
+
* On ARM64, rename *windowsdesktop-runtime-8.0.10-win-arm64.exe* to *windowsdesktop-runtime-8.0-arm64.exe*
88
+
* For Studio Pro versions 11.6.3 and above, rename the Microsoft .NET Desktop Runtime 10.0.x
89
+
* On x64, rename *windowsdesktop-runtime-10.0.0-win-x64.exe* to *windowsdesktop-runtime-10.0-x64.exe*
90
+
* On ARM64, rename *windowsdesktop-runtime-10.0.0-win-arm64.exe* to *windowsdesktop-runtime-10.0-arm64.exe*
83
91
2. Eclipse Temurin JDK
84
92
* Rename the Java Development Kit 21 *msi*
85
93
* On x64, rename *OpenJDK21U-jdk_x64_windows_hotspot_21.0.5_11.msi* to *adoptiumjdk_21_x64.msi*
* Microsoft Visual C++ 2019 Redistributable Package (x64)
42
47
* A Java Developer Kit (JDK) version 11, 17, or 21 - if not yet installed on your machine, Mendix will install 'Eclipse Temurin JDK 21 (x64 or ARM64)'
43
48
* Gradle version 8.5 or above - if Gradle is not yet installed on your machine, Mendix will install Gradle version 8.5
@@ -47,7 +52,12 @@ The following frameworks are required. They will be installed automatically by t
47
52
48
53
When you are running Studio Pro on a Parallels virtual machine on an ARM64 device (for example, an M1 Mac), you need the following dependencies in addition to the x64 version listed above:
49
54
50
-
* Microsoft .NET Desktop Runtime 8.0.x (ARM64)
55
+
* .NET Desktop Runtime (ARM64)
56
+
57
+
| Studio Pro 11.0.0 - 11.6.2 | Studio Pro 11.6.3 and above |
* Microsoft Edge WebView2 Evergreen Runtime (ARM64)
52
62
53
63
{{% alert color="info" %}}
@@ -320,7 +330,12 @@ Developing native mobile apps with Mendix comes with special requirements explai
320
330
321
331
MxBuild is a Windows, Linux, and macOS command-line tool that can be used to build a Mendix Deployment Package. For more information, see [MxBuild](/refguide/mxbuild/).
322
332
323
-
* .NET 8
333
+
* .NET
334
+
335
+
| Studio Pro 11.0.0 - 11.6.2 | Studio Pro 11.6.3 and above |
0 commit comments