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.
Asked
Active
Viewed 87 times
1 Answers
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
- 293,335
-
-
@magExp Does http://askubuntu.com/questions/274442/why-does-ubuntu-open-executable-files-in-gedit help? – Oli Oct 17 '13 at 09:06