How to install a PHP IDE plugin for Eclipse directly from the Eclipse environment?

后端 未结 10 692
你的背包
你的背包 2020-12-07 17:11

I have a clean Eclipse Java SDK. I would like to make it suitable for developing PHP applications. So I need a PHP IDE plugin (or something like that). How could I install i

相关标签:
10条回答
  • 2020-12-07 17:50

    Eclipse for PHP Developers Package

    Looking for the Eclipse for PHP Developers Package?

    Due to lack of a package maintainer for the Indigo release there will be no PHP (PDT) package. If you would like to install PDT into your Eclipse installtion you can do so by using the Install New Software feature from the Help Menu and installing the PHP Development Tools (PDT) SDK Feature from the Eclipse Indigo Repo >> http://download.eclipse.org/releases/indigo

    Text grabbed from page: http://www.eclipse.org/downloads/php_package.php

    0 讨论(0)
  • 2020-12-07 17:51

    The new URL for the repository is now http://download.eclipse.org/tools/pdt/updates/release. In Eclipse: open Help -> install new sofware -> add. Then paste this URL in the location.

    Mark the check boxes you want and click next.

    0 讨论(0)
  • 2020-12-07 17:55

    Easy as pie:

    Open Eclipse and go to Help-> Software Updates-> Find and Install Select "Search for new features to install" and click "Next" Create a New Remote Site with the following details:

    Name: PDT

    URL: http://download.eclipse.org/tools/pdt/updates/4.0.1

    Get the latest above mentioned URLfrom -

    http://www.eclipse.org/pdt/index.html#download

    Check the PDT box and click "Next" to start the installation

    Hope it helps

    0 讨论(0)
  • 2020-12-07 18:04

    The URL which worked for me is http://download.eclipse.org/tools/pdt/updates/2.0/interim/.

    See also Stack Overflow question Installing PDT in Eclipse - No runtime option .. only SDK.

    0 讨论(0)
提交回复
热议问题