Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleInformation

(Only for integration with Mathematica Version 12.3 or later) After completing the steps above using the Integration dialog, you must change JAVA_HOME to JDK 17 by following the steps below:

  1. Go to https://adoptium.net/temurin/releases/ and download JDK 17 (17.0.8 recommended) for your operating system.
  2. Open the <modeling_tool_install_root>/bin/<modeling_tool_name>.properties file (e.g., magicdraw.properties) with a text editor.
  3. Change JAVA_HOME to the JDK 17 directory and save the file, for example:

    Code Block
    languagetext
    JAVA_HOME=C\:\\Program Files\\Eclipse Adoptium\\jdk-17.0.8


  4. Restart the modeling tool.

...