How to install eclipse for Java developer, c / C ++ developer, php developer at the same time?

Now I'm trying to install eclipse on my computer under Windows 7. The problem is how to install eclipse for java, c / C ++, php, javascript at the same time?

Will it download four ZIP files and then unpack them all into one, frankly, d:\eclipse works?
Are there any good tutorials on installing / configuring eclipse?

+7
java javascript eclipse php
source share
3 answers

You can download the entire zip directory and unzip it in the same folder (e.g. ECLIPSE_HOME ) and run eclipse. Eclipse will first check its plugins, features, and update configuration folders for future use.

Alternatively, you can download the main eclipse (Simple Eclipse for Java SE) and the goto Help menu β†’ Install New Software and select the C ++ packages (and all the necessary packages) that you need and install.

+5
source share

Cufflinks are only pre-compiled Eclipse archives and related plugins. Just select one, install it, then use Help | Install new software to add other plugins that you want.

+9
source share

You can download eclipse for one of the languages, and then download plugins for this, or you can download four separate ZIP files and unzip them into one PARENT folder!

how

 /Eclipse/Java /Eclipse/C /Eclipse/Cpp /Eclipse/Php 

I'm not sure what will happen if you unpack them into one folder, but I would dissuade her. By unpacking them into a separate folder, you can run a specific eclipse installation for one of the views, so you do not have to switch views.

Also, I remember that having one version of eclipse with multiple plugins tends to do eclipse eclipses (at least at the time I used it more or less a year ago)

+2
source share

All Articles