Installation

To install a plugin in Oxygen XML Developer, follow these steps:
  1. Go to the Oxygen XML Developer installation directory and locate the plugins directory.
    The plugins directory contains all the plugins available to Oxygen XML Developer.
  2. In the plugins directory create a subfolder to store the plugin files.
  3. In the new folder, place the plugin descriptor file (plugin.xml), the Java classes of the plugin and the other files that are referenced in the descriptor file.
  4. Restart Oxygen XML Developer.
    Alternatively, you can go to Help > Manage Addons and use the Manage Add-ons dialog box. This dialog allows you to install available plugins and manage the ones that are currently in use.
Parent topic: Extending Oxygen XML Developer with Plugins Previous topic: General Configuration of an Oxygen XML Developer Plugin Next topic: Types of plugin extensions