1

Posting for posterity, no answer required...

After downloading latest WSO2 Developer Studio I was surprised to find it wouldn't launch.

Turned out that the execute flag wasn't set on the eclipse executable...

Community
  • 1
  • 1
Dan Murphy
  • 548
  • 2
  • 13

2 Answers2

1

Easy enough to fix:

  1. CD into the directory you installed it in, for example:

    cd /Applications/Eclipse/WSO2 Studio 3.7/Eclipse.app/Contents/MacOS
    
  2. Set the execute flag:

    chmod +x eclipse
    

It now works :)

Abimaran Kugathasan
  • 31,165
  • 11
  • 75
  • 105
Dan Murphy
  • 548
  • 2
  • 13
1

Its already documented @ https://docs.wso2.com/display/DVS370/Installation#Installation-Completeinstallation

Cheers

Susinda
  • 31
  • 3