Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

WSO2 Enterprise Integrator (WSO2 EI) tooling provides capabilities of a complete Eclipse-based development environment for the EI. You can develop services, features and artifacts as well as manage their links and dependencies through a simplified graphical editor via WSO2 EI tooling. 

There are 3 two possible methods that you can follow to install WSO2 EI tooling.

Note

By default, some MacOS versions are shipped with JDK 1.9, which will not be compatible with WSO2 EI Tooling. Hence, you need to override it by installing Oracle JDK 1.8 and updating the folder path of the JDK 1.8 distribution in the Eclipse distribution when installing WSO2 EI Tooling.

For example, if you are using MacOS High Sierra (Version 10.13.4) with Oracle JDK 1.8.0_151, add the following properties to the <ECLIPSE_HOME>/Contents/Info.plist file.

Code Block
<string>-vm</string>
<string><JAVA_HOME>/Contents/Home/bin/java</string>

The Install WSO2 EI tooling on Eclipse Mars using the P2 URL  method requires you to install Eclipse Mars separately in your system, if you do not have it already.

...

Download the distribution based on your operating system, extract and run it.

Tip

For earlier versions, click More Resources and then click Previous Releases.

Tip

If you get an error message about the file being damaged or that you cannot open the file when you try to start Eclipse on a Mac, change the Mac security settings as described below. Alternatively, you can run Eclipse from the command line instead of double-clicking the Eclipse icon.

Note

These instructions are for Mac OS Capitan. If you are running Mac OS Sierra, you must run Eclipse each time from the command line instead of double-clicking the Eclipse icon because this security setting (i.e., the Anywhere option) is not available in it.


  1. Go to System Preferences, click Security & Privacy, and then click the General tab.
  2. Under Allow apps downloaded from, click Anywhere.

Thereafter, start Eclipse by double-clicking the Eclipse icon and set your security settings back to the previous setting.

...