14

There are Eclipse IDE for Java EE Developers (190 MB) and Eclipse for PHP Developers (139 MB)

I've already installed Eclipse for PHP.

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

Is it possible to use the same Eclipse for both Java and PHP?

EDIT

I decide to install another Eclipse for Java finally....

Community
  • 1
  • 1
user198729
  • 61,774
  • 108
  • 250
  • 348
  • 1
    Could you answer your question? Why did you use another one? What was the problem with using both in one eclipse? – Erlan Jan 14 '15 at 10:51
  • Does this answer your question? [How to install a PHP IDE plugin for Eclipse directly from the Eclipse environment?](https://stackoverflow.com/questions/2397978/how-to-install-a-php-ide-plugin-for-eclipse-directly-from-the-eclipse-environmen) – Debu Shinobi Jan 01 '20 at 06:47

6 Answers6

5
Michael Borgwardt
  • 342,105
  • 78
  • 482
  • 720
3

If you have trouble getting the Java plug-in into the prepackaged Eclipse PHP - as I have had in the past - then try returning to the eclipse.org site and downloading Eclipse Classic. Then use the plug-in manager (Help->Install New Software) to install both the Java and the PHP plugins.

informatik01
  • 16,038
  • 10
  • 74
  • 104
Daniel Bingham
  • 12,414
  • 18
  • 67
  • 93
  • Can you debug both PHP and Java after doing it this way?I tried @Michael Borgwardt's solution only to find pdt is gone.. – user198729 Mar 22 '10 at 16:01
  • You can - however, you have to download an external debugger for the PDT. Apparently licensing prevents them from packaging a PhP debugger with eclipse. – Daniel Bingham Mar 22 '10 at 16:36
  • Honestly, I'd recommend just keeping two versions. I do. I put alot of effort into coercing the PDT, Java and CDT plugins into one Eclipse, but never really got them all to play nice with each other. I now keep three versions of Eclipse around - the pre-built package of each of those. – Daniel Bingham Mar 22 '10 at 16:38
0

Yes it is possible, just install the Java Plug-In

http://www.eclipseplugincentral.com/ http://www.eclipse.org/callisto/java.php

jpabluz
  • 1,200
  • 6
  • 16
0

Yes it is go into the Help->Install new software In the install window select "All Available Sites" in the "Work with:" drop down. Install the plugins to help you with your java programming.

Clutch
  • 7,404
  • 11
  • 45
  • 56
0

Do another installation so you have both as separate installs. enter image description here

Jeffrey
  • 1,998
  • 1
  • 25
  • 22
0

This answer explains it all.

So in your Eclipse:

Debu Shinobi
  • 2,057
  • 18
  • 21