0

There are Eclipse IDE for Java and Eclipse for PHP.

I've already installed Eclipse for JAVA.

I don't want to install another eclipse for PHP.

Is it possible to use the same Eclipse for both Java and PHP? What is the right process.please tel me.

1 Answers1

1

You don't need to install 2 Eclipse. You just need to download and install the PHP IDE plugin for the Eclipse you have installed.

Follow the instruction here: http://www.eclipse.org/pdt/downloads/

Look into the section PDT Repository

Following I copy and pasted from the above link:

To install latest stable PDT build, open "Help -> Install New Software" in Eclipse and enter following URL: http://download.eclipse.org/tools/pdt/updates/release

So in your Eclipse:

Alvin
  • 10,308
  • 8
  • 37
  • 49
  • please give me the complete instructions.your giving the link is only for download.after download the plug-in how to config in IDE? –  Mar 27 '14 at 06:20
  • Oh no, you just read the top of the page didn't you :) I will update my answer. – Alvin Mar 27 '14 at 06:21
  • after enter the pdt link it shows this error: Cannot complete the install because one or more required items could not be found. Software being installed: PHP Development Tools (PDT) JUnit Tests 3.1.2.201212211235 (org.eclipse.php.test.feature.group 3.1.2.201212211235) –  Mar 27 '14 at 06:25
  • Yea that happens alot, just choose "PHP Development Tools (PDT)" you don't even need to install "PHP Development Tools (PDT) Mylyn Integration" – Alvin Mar 27 '14 at 06:27
  • i am selected two options PDT,PDT mylyn also –  Mar 27 '14 at 06:29
  • after install this what i have do? i want work on cakephp applications in this eclipse ide. –  Mar 27 '14 at 06:30
  • 1
    That's whole other question about how to use the plugin. You might want to Google around.Start by going here: https://www.google.ca/search?q=cake+php+eclipse+IDE – Alvin Mar 27 '14 at 06:34
  • Is any there path settings are needed after installation completed? –  Mar 27 '14 at 06:41
  • Installation compete please tell me how to develope a simple cakephp application by using eclipse. –  Mar 27 '14 at 06:49