[Eclipse] Zend PDT installation error
Got this error while trying to install Zend PDT plugin for Eclipse: An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No repository found containing: osgi.bundle,org.zend.php.debug.debugger,5.3.18.v20110322 No repository found containing: osgi.bundle,org.zend.php.debug.debugger.win32.x86,5.3.18.v20110322 No repository found containing: org.eclipse.update.feature,org.zend.php.debug_feature,5.3.18.v20110322 Googled around and found the workaround to solve this. Apparently, we just need to get the features jar, the plugin jar and the platform specific plugin. And all these are available on Zend download sites. Missing files - Feature Download org.zend.php.debug_feature_<required-version> from http://downloads.zend.com/pdt/features/ Unzip the feature jar into "/features" folder of eclipse folder. Missing files - Plugins D...