Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have on my windows 7 machine eclipse juno installed, I downloaded the PDT (php development tools) and installed it. But when I try to create a php project via wizard I cannot find an option for php project.

Here's my screenshot where PDT is really installed in my eclipse juno.

enter image description here

Here is the wizard of my eclipse juno, as you can see no option for PHP. enter image description here

Am I missing something? Did I improperly installed the PDT, if so how do I properly install it? Any help would be greatly appreciated. Thanks.

share|improve this question
Did you actually install PDT? Your screenshot shows it as available for installation. – Mathieu Imbert Mar 10 at 19:37
It is already installed. The icon (with SDK) is in grey it means it is installed. The other ones is installed also. I tried checking them and hitting next but eclipse complains that it is already installed. – Arman Mar 10 at 19:39

3 Answers

please try:

Why can't I create PHP project using Eclipse Juno?

Cannot see PHP Content Type in Eclipse preferences?

http://www.eclipse.org/forums/index.php/m/995564/

http://wiki.eclipse.org/PDT/Installation_3.1.x

share|improve this answer
I read the third link it somehow gives me an idea on my approach of installing it. It is somehow works in my office computer. I think the problem is that I installed the PDT under the programming language not in the "Web, XML, Java EE and OSGi Enterprise Developmet" category. Other cause probably I installed both the PDT and PDT SDK feature or my eclipse juno is an old copy not the updated one. Anyways thanks I will try this at home. – Arman Mar 14 at 12:33

Try use from this source http://download.eclipse.org/tools/pdt/updates/release. It seems due to updates on releases stage.

Instead of eclipse source, put Google source http://dl.google.com/eclipse/plugin/4.2 for Eclipse 3.8/4.2 (Juno).

share|improve this answer
ok I will try it. – Arman Mar 10 at 18:50
Still won't work, those things that you have given is already installed in my eclipse juno. Those are the same packages in my eclipse. – Arman Mar 10 at 18:56
I've updated answer. Check it. – Marin Sagovac Mar 10 at 20:46
Sorry but I cannot see the PDT(PHP Development Tools) in this repository, all I can see is google development related eclipse plug ins. – Arman Mar 14 at 12:14
up vote 0 down vote accepted

Finally installed it successfully, I read pageman's eclipse forum link (third link in pageman's answer) and somehow got a clue what I have done wrong. I think the problem is that I installed both the PHP Development Tools (PDT) and PHP Development Tools (PDT) SDK Feature under the programming languages category. I downloaded the latest copy of eclipse and installed the PHP Development Tools (PDT) SDK Feature under the category Web,XML,Java EE and OSGi Enterprise Development.

enter image description here

Now the php project wizard is present.

enter image description here

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.