Versions Compared

Key

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

...

You can install tooling using any of the following methods:

Table of Contents
maxLevel3
minLevel3

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>

Table of Contents
maxLevel3
minLevel3

Install WSO2 EI tooling with pre-packaged Eclipse

...