Contact Us 1-800-596-4880

Installing Extensions

Beyond the out-of-the-box functionality included in the Mule distributions, various plugins, modules, connectors, and runtimes for Studio are made available by download. Complete the following procedure to extend the functionality of your instance of Mule.

Studio

  1. Under the Help menu in Anypoint Studio, select Install New Software.

  2. In the Work with: field in the Install wizard, enter one of the following:

    1. Use the drop-down menu to select --All Available Sites-- and browse the plugins and modules available for download into Studio

    2. Use the drop-down menu to select a specific plugin or module

    3. Enter a specific update site URL from which you wish to download a plugin, module, or connector

  3. In the table below the filter field (see image below), use the checkboxes to select one or more modules or plugins you wish to install on your instance of Studio (click to expand the folders to select individual items), then click Next.

    AllAvailableSites
  4. Review the details of the item(s) you selected, then click Next.

  5. Click to accept terms and conditions of the product, then click Finish.

  6. Click Restart Now to complete the installation.

The Studio documentation offers more specific instructions for downloading and using the following extensions:

Are you behind a firewall?

If you are on a network with firewall restrictions, you may find that the Studio update sites are blocked and you are unable to download extensions.

Allow the following sites on your firewall to allow Studio to connect to the update sites:

  • http://studio.mulesoft.org/

  • http://repository.mulesoft.org/connectors/releases/

  • http://download.eclipse.org/technology/m2e/releases

  • http://download.eclipse.org/eclipse/updates

  • http://subclipse.tigris.org/

  • http://findbugs.cs.umd.edu/eclipse/

Standalone

  1. Visit MuleSoft Connectors.

  2. Click to reveal the details of a specific connector, then click Install for Maven.

    InstallForMaven
  3. Review relevant details about the various ways to install and use the connector.

  4. For more specific details regarding the installation of plugins, review the explanation of the Classloader Control in Mule.

Checking Extension Versions

Not sure what version of an extension you have installed? Follow the procedure below to find version information for your extensions.

Studio

  1. In Anypoint Studio, open the Anypoint Studio menu, then click About Anypoint Studio.

    about_studio
  2. Click Installation Details.

    36AboutAnyptStudio
  3. On the Anypoint Studio Installation Details window, the Installed Software tab is open by default, listing all extensions and other software you have installed. Find the extension you are interested in and check the Version column to see the version number:

    36Extensions

Standalone

To identify an extension’s version in Mule Standalone, access your pom.xml file and check the version number associated with the extension in your dependencies.

See Also