Technical Support
Have technical issues or suggestions? Please contact Visual Paradigm Support Team.
Sales Support
Have questions related to registration, licensing or payment? Feel free to contact Visual Paradigm Sales Team.
After prepared all the required files for a plugin (plugin.xml, plugin.properties, classes/libraries and other resources), developer can plug the plugin into VP modeling tool.
First, create a folder named plugins (notice the 's') in the VP Suite installation directory. Put the plugin files into "%VP-Suite-Install-Dir%\plugins\%PLUGIN_ID%\". %PLUGIN_ID% is a directory named as the plugin id (use the id as the directory name to avoid duplicated directories defined in plugins)
The following structure should be obtained:
%VP-Suite-Install-Dir%
bin
lib
...
pluginssample.plugin (%PLUGIN_ID%)plugin.xml
plugin.properties
classessample (package)lib
... (other packages or classes or resources)sampleplugin.jaricons (others resources)
... (others .jar)red.png
...(other resources)
Below is an example of VP-Suite installation folder with plugin created in the plugins folder.
![]() |
| Plugin folder structure |
After all, restart VP modeling tool will see the plugin available. If not, make sure the code was written correctly and can be compiled, and you have setup the above folder structure correctly.
| Chapter 3. Deploying Plug-in | Table of Contents |
Technical Support
Have technical issues or suggestions? Please contact Visual Paradigm Support Team.
Sales Support
Have questions related to registration, licensing or payment? Feel free to contact Visual Paradigm Sales Team.