Search code examples
phpeclipseeclipse-junoeclipse-pdt

PDT on eclipse juno won't work, how to properly install it?


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.


Solution

  • 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