From c677ecfc1099d7632b124ba51a4045584ce6df6f Mon Sep 17 00:00:00 2001 From: Balaji Munusamy Date: Mon, 18 Aug 2025 13:53:25 +0200 Subject: [PATCH 1/2] updated docs to address issues on windows machine for onnx with mlkit --- .../machine-learning-kit/using-ml-kit/_index.md | 13 +++++++++++++ .../machine-learning-kit/using-ml-kit/_index.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/content/en/docs/refguide/modeling/integration/machine-learning-kit/using-ml-kit/_index.md b/content/en/docs/refguide/modeling/integration/machine-learning-kit/using-ml-kit/_index.md index 36467a66bbc..ab0ea7a201d 100644 --- a/content/en/docs/refguide/modeling/integration/machine-learning-kit/using-ml-kit/_index.md +++ b/content/en/docs/refguide/modeling/integration/machine-learning-kit/using-ml-kit/_index.md @@ -13,6 +13,19 @@ Studio Pro supports machine learning (ML) model integration in Mendix apps. Coll 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. {{% /alert %}} +### System Requirements + +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: + +1. Install [OpenJDK 21.0.8 LTS](https://aka.ms/download-jdk/microsoft-jdk-21.0.8-windows-x64.msi) from Microsoft. +2. Quit and reopen Studio Pro. +3. Go to **Edit** > **Preferences** > **Deployment**. +4. Make sure the newly installed JDK 21.0.8 is selected. + +{{% alert color="info" %}} +This requirement is specific to Windows. Mac users can continue using ML Kit with ONNX models without needing to install a specific JDK version. +{{% /alert %}} + For information on troubleshooting several general issues with importing and running your ML model, see the [FAQs](#FAQs) section below. For information on ML Kit known issues, see the [Known Issues](#known-issues) section below. diff --git a/content/en/docs/refguide10/modeling/integration/machine-learning-kit/using-ml-kit/_index.md b/content/en/docs/refguide10/modeling/integration/machine-learning-kit/using-ml-kit/_index.md index dc388c7df10..33ca4d199dc 100644 --- a/content/en/docs/refguide10/modeling/integration/machine-learning-kit/using-ml-kit/_index.md +++ b/content/en/docs/refguide10/modeling/integration/machine-learning-kit/using-ml-kit/_index.md @@ -13,6 +13,19 @@ Studio Pro supports machine learning (ML) model integration in Mendix apps. Coll 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. {{% /alert %}} +### System Requirements + +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: + +1. Install [OpenJDK 21.0.8 LTS](https://aka.ms/download-jdk/microsoft-jdk-21.0.8-windows-x64.msi) from Microsoft. +2. Quit and reopen Studio Pro. +3. Go to **Edit** > **Preferences** > **Deployment**. +4. Make sure the newly installed JDK 21.0.8 is selected. + +{{% alert color="info" %}} +This requirement is specific to Windows. Mac users can continue using ML Kit with ONNX models without needing to install a specific JDK version. +{{% /alert %}} + For information on troubleshooting several general issues with importing and running your ML model, see the [FAQs](#FAQs) section below. For information on ML Kit known issues, see the [Known Issues](#known-issues) section below. From 78fd3ef8f9c656d4e868eae8ae1419ca8f652d5a Mon Sep 17 00:00:00 2001 From: Yiyun Liao <110980413+Yiyun333@users.noreply.github.com> Date: Fri, 22 Aug 2025 16:31:57 +0200 Subject: [PATCH 2/2] Move the Studio Pro 11 specific information to a new PR --- .../machine-learning-kit/using-ml-kit/_index.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/content/en/docs/refguide/modeling/integration/machine-learning-kit/using-ml-kit/_index.md b/content/en/docs/refguide/modeling/integration/machine-learning-kit/using-ml-kit/_index.md index ab0ea7a201d..36467a66bbc 100644 --- a/content/en/docs/refguide/modeling/integration/machine-learning-kit/using-ml-kit/_index.md +++ b/content/en/docs/refguide/modeling/integration/machine-learning-kit/using-ml-kit/_index.md @@ -13,19 +13,6 @@ Studio Pro supports machine learning (ML) model integration in Mendix apps. Coll 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. {{% /alert %}} -### System Requirements - -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: - -1. Install [OpenJDK 21.0.8 LTS](https://aka.ms/download-jdk/microsoft-jdk-21.0.8-windows-x64.msi) from Microsoft. -2. Quit and reopen Studio Pro. -3. Go to **Edit** > **Preferences** > **Deployment**. -4. Make sure the newly installed JDK 21.0.8 is selected. - -{{% alert color="info" %}} -This requirement is specific to Windows. Mac users can continue using ML Kit with ONNX models without needing to install a specific JDK version. -{{% /alert %}} - For information on troubleshooting several general issues with importing and running your ML model, see the [FAQs](#FAQs) section below. For information on ML Kit known issues, see the [Known Issues](#known-issues) section below.