I tried to install PDT-Eclipse by click Help
- Install New Software
in Eclipse and typed in the following link(official PDT link): http://download.eclipse.org/tools/pdt/updates/latest/, but I got the following errors:
Cannot complete the install because one or more required items could not be found.
Software being installed: PHP Development Tools (PDT) 3.6.0.201509151953 (org.eclipse.php.feature.group 3.6.0.201509151953)
Missing requirement: PHP Development Tools (PDT) 3.6.0.201509151953 (org.eclipse.php.feature.group 3.6.0.201509151953) requires 'org.eclipse.dltk.core.feature.group 5.3.0' but it could not be found
How to solve the problem? By the way, I've already checked Contact all update sites during install to find required software
latest
update site means you are using bleeding edge code and will need to find the latest update sites for other components such as dltk. Normally you should stick to the current release which should be in the list for your main Eclipse update site. – greg-449