Versions Compared

Key

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

Follow the instructions in this section to install the Syndeia plugin for MagicDraw / Cameo.

...

This step is only relevant if you are installing the Syndeia plugin on MagicDraw/Cameo 2024x. If you are installing on MagicDraw/Cameo 19.0, 2021x, or 2022x, skip this step and go directly to step 9. 

  1. Open the vm.options file located in your MagicDraw/Cameo installation (<Your MagicDraw/Cameo 2024 Installation>\bin\vm.options), as also shown below, in a text editor. 

     

  2. If MagicDraw/Cameo is installed in C:\Program Files, you may need to open your text editor as an Administrator in order to save changes to the file.

  3. Add the following 4 lines at the end of the vimvm.options file.

    Code Block
    --add-opens java.base/java.net=ALL-UNNAMED
    --add-opens java.base/java.lang.reflect=ALL-UNNAMED 
    --add-opens java.base/java.util=ALL-UNNAMED
    --add-opens java.desktop/sun.awt.shell=ALL-UNNAMED


  4. After adding these 4 lines, the file should appear as shown, with the new lines shown here as 36 through 39.



  5. Save the vm.options file. 

...