Hi Guys, I m using the PhP Eclipse Bundle (PDT) . But I cant run a script inside the IDE… quite odd.
Here are the facts :
-
I created a php project, However, when I click “run as-> PHP Script”, nothing happens !
-
I can easily run the same script by cd’ing to the directory and invoking “php hello.php”
-
the path to php’s executable on my system is set inside of eclipse, correctly, as /usr/bin/php.
Any idea why eclipse won’t run my helloworld php script ?