Ariel Magbanua
Ariel Magbanua

Reputation: 3123

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.

Upvotes: 0

Views: 3640

Answers (2)

Ariel Magbanua
Ariel Magbanua

Reputation: 3123

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

Upvotes: 2

Marin Sagovac
Marin Sagovac

Reputation: 3972

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).

Upvotes: 0

Related Questions