Contact Us 1-800-596-4880

FAQ: Troubleshooting Issues with Your Default OS Browser

Anypoint Studio uses your system’s default layout engine to render content in its Web UI.
If you are experiencing issues visualizing web content such as the Runtime Manager UI when deploying an application to Anypoint Platform, or Exchange when browsing assets for your project, you need to configure Anypoint Studio to use a Mozilla/XULRunner runtime environment as its underlying renderer for the Web UI.

To configure this:

  1. Download XULRunner (we recommend v24.0).

  2. Unzip your package and install it.

  3. Locate your AnypointStudio.ini file:

    1. On Windows: This file is located within your Anypoint Studio installation directory.

    2. On Linux: /usr/lib/anypointstudio/anypointstudio.ini

    3. On MacOS: Applications/AnypointStudio:

      1. Right click on the AnypointStudio.app package

      2. Select Show Package Contents

      3. Navigate to Contents > Eclipse > AnypointStudio.ini

  4. Add a -Dorg.eclipse.swt.browser.XULRunnerPath= variable with the full path to your XULRunner binaries:

    -Dorg.eclipse.swt.browser.XULRunnerPath={YourXULRunnerFolder}
In Firefox and Windows, XULRunner binaries are located in the folder where you extracted the XULRunner package.
In MacOS, XULRunner binaries are located in a subfolder within the directory where you extracted the XULRunner package: XUL.framework/Versions/Current/

Additionally, if you are using Windows with Internet Explorer configured as your default browser, and experiencing unexpected crashes, you must disable ActiveX Filtering:

  1. In Internet Explorer, select the Tools button.

  2. Select Internet options.

  3. Go to the Security tab, select the Internet zone and click on the Custom level… button.

  4. Navigate to the ActiveX controls and plug-ins option and select Disable

See Also