Installing plugin

Once you have finished implementing a plugin, you can install the plugin in Visual Paradigm.

Installing from a zip of plugin

If you want to share a plugin with your teammates, you may zip it first, and then give the teammates the zip file for installation. To install a plugin from a zip, make sure the zip file stores the plugin with the following file structure:

|_ ${plugin-folder}

   |_ classes

      |_ ...

   |_ plugin.xml

   |_ lib (The external jars required to compile and run the plugin. Do NOT place the openapi.jar there or else your plugin will not be able to function)

   |_ ...

To install a plugin from a zip:

  1. In Visual Paradigm, select Help > Install Plugin from the application toolbar.
    Install Plugin
    Install Plugin
  2. In the Install Plugin window, select Install from a zip of plugin.
    The Install Plugin window
    The Install Plugin window
  3. Click OK.
  4. Select the zip file in the file chooser and click Open.
  5. Restart Visual Paradigm for the plugin to take effect.

Installing from a folder of plugin

A folder of plugin is one that conforms the following file structure:

|_ ${plugin-folder}

   |_ classes

      |_ ...

   |_ plugin.xml

   |_ lib (The external jars required to compile and run the plugin. Do NOT place the openapi.jar there or else your plugin will not be able to function)

   |_ ...

 

To install a plugin from a folder of plugin:

  1. In Visual Paradigm, select Help > Install Plugin from the application toolbar.
  2. In the Install Plugin window, select Install from a folder of plugin.
  3. Click OK.
  4. Select the folder in the directory chooser and click Open.
  5. Restart Visual Paradigm for the plugin to take effect.

Manual files copying

Advanced users may copy the plugin (folder) manually to the directory where the plugins are stored. You can also visit that directory to remove plugins that you do not need anymore. To copy a plugin manually:

  1. In Visual Paradigm, select Help > Install Plugin from the application toolbar.
  2. In the Install Plugin window, select Manually copy the plugin folder(s) to the following directory.
  3. Click Copy Path.
  4. Click OK.
  5. Now, visit the copied path and paste your plugin folders to that folder.
  6. Restart Visual Paradigm for the plugin to take effect.
 
Chapter 3. Installing Plug-in Table of Contents

We use cookies to offer you a better experience. By visiting our website, you agree to the use of cookies as described in our Cookie Policy.OK