eclipse 如何同时为java开发者、c/c++开发者、php开发者安装eclipse?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3986928/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to install eclipse for java developer,c/c++ developer, php developer at the same time?
提问by Jichao
Now I am trying to install eclipse on my computer under Windows 7. The problem is how to install the eclipse for java,c/c++,php,javascript concurrently?
现在我正在尝试在Windows 7下的计算机上安装eclipse。问题是如何同时安装eclipse for java,c/c++,php,javascript?
Would donwloading the four zip files and then unziping them all into one directly say d:\eclipse
works?
Is there any good tutorials for installation/configuration of eclipse?
下载四个zip文件然后将它们全部解压缩成一个直接说d:\eclipse
有效吗?
eclipse的安装/配置有什么好的教程吗?
采纳答案by Buhake Sindi
You can download all the zip directory and unzip it in the same folder (e.g. ECLIPSE_HOME
) and run eclipse. Eclipse will first inspect it 'plugins', 'features` folders and update configurations for future use.
您可以下载所有 zip 目录并将其解压缩到同一文件夹中(例如ECLIPSE_HOME
)并运行 eclipse。Eclipse 将首先检查它的“插件”、“功能”文件夹并更新配置以备将来使用。
Alternatively, you can download the main eclipse (Simple Eclipse for Java SE) and goto Help
--> Install New Software
menu and select the C++ packages (and all relevant packages) you need and install.
或者,您可以下载主 Eclipse(Java SE 的 Simple Eclipse)并转到Help
-->Install New Software
菜单并选择您需要并安装的 C++ 包(和所有相关包)。
回答by T.J. Crowder
The zips are just pre-bundled archives of Eclipse plus the relevant plug-ins. Just pick one, install it, then use Help | Install New Softwareto add the other plug-ins you want.
zip 文件只是 Eclipse 的预捆绑档案以及相关插件。只需选择一个,安装它,然后使用帮助 | 安装新软件以添加您想要的其他插件。
回答by thomaux
You could either download eclipse for one of the languages and then download plugins for that one or you could download the four separate zips and unzip them to the same PARENT folder!
您可以下载其中一种语言的 eclipse,然后下载该语言的插件,或者您可以下载四个单独的 zip 并将它们解压缩到同一个 PARENT 文件夹!
Like:
喜欢:
/Eclipse/Java
/Eclipse/C
/Eclipse/Cpp
/Eclipse/Php
I'm not sure what would happen if you'd unzip them to the same folder, but I would dissuade it. By unzipping them to a separate folder you can launch a specific eclipse installation for one of the views, so you won't have to switch views.
我不确定如果你将它们解压缩到同一个文件夹会发生什么,但我会劝阻它。通过将它们解压缩到一个单独的文件夹,您可以为其中一个视图启动特定的 eclipse 安装,因此您不必切换视图。
Also, I remember that having one eclipse version with multiple plugins tends to make eclipse messy (at least at the time when I was using it, more or less a year ago)
另外,我记得有一个带有多个插件的 eclipse 版本往往会使 eclipse 变得混乱(至少在我使用它的时候,或多或少一年前)