0

i installed Zend Studio-5.5.0 in ubuntu 13.04. but when i try to open it from bin folder it is not open. every time it open as a text editor.

Shivam
  • 101

1 Answers1

0

You'll need to make it executable. This is just a simple permission flag. Either:

  • chmod +x filename
  • Right click it, Properties, Permission tab, check the executable box.
Oli
  • 299,380