Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cant add PHP 5 Interpreter on Netbeans

Tags:

php

netbeans

I'm currently trying to add the Codeigniter framework to Netbeans. I followed all instructions to download the plugin as noted here : https://kenai.com/projects/nbphpci/pages/NBInstall , but after all is done and Netbeans is restarted, I try to create a new project but an error comes up saying

PHP Interpreter must be selected

I tried pointing it to my php.exe file found in my WAMP directory C:\wamp\bin\php\php5.3.13\php.exe but still nothing... any ideas? I attached an image where the error shows (in the options window)

Netbeans Options Window interpreter error

like image 737
CodeGodie Avatar asked Aug 23 '13 14:08

CodeGodie


1 Answers

You have to localize the php.exe file.

If you are using xampp it is located in c:\xampp\php\php.exe

In case you are using wamp it is located in c:\wamp\bin\php\php.exe

like image 54
Pilar Avatar answered Oct 15 '22 02:10

Pilar