Part I. Getting started

Part II. UML modeling

Part III. Project glossary

Part IV. BPMN toolset

Part V. Project management

Part VI. Modeling toolset

Part VII. ArchiMate tools

Part VIII. Team collaboration

Part IX. Code engineering

Part X. Database design and engineering

Part XI. Advanced modeling toolset

Part XII. Document production

Part XIII. Business modeling

Part XIV. Business rule

Part XV. Agile development

Part XVI. Wireframe

Part XVII. Impact analysis

Part XVIII. CMMN toolset

Part XIX. SoaML modeling

Part XX. Design animation

Part XXI. IDE Integration

Part XXII. Interoperability and integration

Part XXIII. Process simulation

Part XXIV. Zachman and BMM

Part XXV. Appendix A - Application Options

Part XXVI. Appendix B - Project Options

Part XXVII. Appendix C

 

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.

Related Resources

The following resources may help you to learn more about the topic discussed in this page.

 
2. Implementing plugin Table of Contents Chapter 15. Command line interface

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