Skip to content

Commit c677ecf

Browse files
updated docs to address issues on windows machine for onnx with mlkit
1 parent 0b4dade commit c677ecf

File tree

2 files changed

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

2 files changed

+26
-0
lines changed

content/en/docs/refguide/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.

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)