Take the 2-minute tour ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I have installed netbeans on my laptop running elementary os luna.
I installed netbeans with this command:

sudo apt-get install netbeans

After few minutes the software was successfully installed in my system.
But, when i try to create a new project, it shows only Java and PHP is not available there. enter image description here Now, how i can enable PHP here? Thanks

share|improve this question
1  
You can refer this: superuser.com/questions/204498/… –  Gnouc 2 days ago

1 Answer 1

up vote 0 down vote accepted

NetBeans is by default Java IDE, the fastes way is to remove your version of NetBeans with

sudo apt-get remove netbeans

and download netbeans with php bundle from here.

Then you can follow this tutorial for starters.

The other way is to install php bundle plugin from netbens itself but I don't now this IDE that well and I don't want to say something wrong.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.