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...
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...
Easy enough to fix:
CD into the directory you installed it in, for example:
cd /Applications/Eclipse/WSO2 Studio 3.7/Eclipse.app/Contents/MacOS
Set the execute flag:
chmod +x eclipse
It now works :)
Its already documented @ https://docs.wso2.com/display/DVS370/Installation#Installation-Completeinstallation
Cheers