Versions Compared

Key

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

...

This directory can be changed using a md.plugins.dir java system property and specifying paths separated with a semicolon (;) symbol.


To store modeling tool configuration files in a custom locationchange the location of the plugins directory

...

  1. Open the <modeling tool name>.properties file, which is located in <modeling tool installation directory>\bin.
  2. In the JAVA_ARGS line, add the following property:

    -Dmd.plugins.dir="absolute path to plugins directory1;absolute path to plugins directory2"


    Tip
    titleSample property value

    -Dmd.plugins.dir="C:\Program Files\MagicDraw\plugins;D:\MyPlugins"


...