Versions Compared

Key

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

...

  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"


    Note
    • If you are loading plugins from a custom location, make sure the location contains extracted plugin files. Compressed plugin files (.zip) cannot be loaded.
    • Besides the plugin itself, any other files (profiles, modelLibraries, samples, etc.) contained in the plugin .zip file are not added to the installation directory like they are when installing a resource.


Configuration files location

...