Reputation: 3123
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.
Here is the wizard of my eclipse juno, as you can see no option for PHP.
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
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.
Now the php project wizard is present.
Upvotes: 2
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