Skip to content

Commit e86024e

Browse files
authored
Merge pull request #9989 from balaji-munusamy/mai/87-update-docs-of-ml-kit-onnx-on-jdk-setup
Updated docs to address issues on windows machine for onnx with mlkit
2 parents 63670f6 + 78fd3ef commit e86024e

File tree

1 file changed

+13
-0
lines changed
  • content/en/docs/refguide10/modeling/integration/machine-learning-kit/using-ml-kit

1 file changed

+13
-0
lines changed

content/en/docs/refguide10/modeling/integration/machine-learning-kit/using-ml-kit/_index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ Studio Pro supports machine learning (ML) model integration in Mendix apps. Coll
1313
For further information on working with ML models in Mendix, check out a demo app and Jupyter Notebook examples in the [Demo for Mendix ML Kit](https://github.com/mendix/mlkit-example-app) repository.
1414
{{% /alert %}}
1515

16+
### System Requirements
17+
18+
If you are using Studio Pro 10.18.11, 10.24.3, or higher versions **on Windows**, you need to install **OpenJDK 21.0.8 LTS** to use ML Kit with ONNX models:
19+
20+
1. Install [OpenJDK 21.0.8 LTS](https://aka.ms/download-jdk/microsoft-jdk-21.0.8-windows-x64.msi) from Microsoft.
21+
2. Quit and reopen Studio Pro.
22+
3. Go to **Edit** > **Preferences** > **Deployment**.
23+
4. Make sure the newly installed JDK 21.0.8 is selected.
24+
25+
{{% alert color="info" %}}
26+
This requirement is specific to Windows. Mac users can continue using ML Kit with ONNX models without needing to install a specific JDK version.
27+
{{% /alert %}}
28+
1629
For information on troubleshooting several general issues with importing and running your ML model, see the [FAQs](#FAQs) section below.
1730

1831
For information on ML Kit known issues, see the [Known Issues](#known-issues) section below.

0 commit comments

Comments
 (0)