Why???? What???
This happens because the application doesn't have execution permissions.
To make the application executable:
cd
command, navigate to the place where the application is stored: cd <path_to_application>
chmod +x <application_file>
to make it executable. If it doesn't let you, sudo it:sudo chmod +x <application>
.