Home >Backend Development >PHP Problem >How to install php plug-in in eclipse
How to install php plug-in in eclipse?
Execute the [Help>Install New Software] command to open the [Installation] interface, as shown in the figure below.
In the pop-up [Installation] interface, click Enter or select a site's drop-down list, select All Available Plug-in Sites (All Available Sites), as shown in the figure below .
#After the selection is completed, it will take a few minutes to display all available plug-in sites, as shown in the image below.
There are two ways to check PHP Development Tools (PHP Development Tools, the English abbreviation of PDT): programming languages (grogramming Languages) or web development-related software, and then Click the [next] button, as shown in the figure below.
In the [Installation Details] that pops up, describe the component information to be installed in detail, and then click [Next] button as shown below.
In the [Review Licenses] interface that pops up, select [I accept the terms of the license agreement], and then click the [Finish] button, as follows As shown in the figure.
# Return to the original place and see the progress status of the software being installed in the lower right corner, as shown in the figure below.
After the installation is completed, click the [Restart Now] button in the [Software Update] dialog box that pops up, as shown in the figure below.
After restarting, you can see the developed PHP application, as shown in the figure below.
The above is the detailed content of How to install php plug-in in eclipse. For more information, please follow other related articles on the PHP Chinese website!