用于(Java 和报告、PHP 和 Android)的 Eclipse IDE
不同的开发环境有不同的eclipse版本。
我的问题是,如果 IDE 保持不变,那么为什么会有不同的版本,以及如果有人想在单个 IDE 中使用所有受支持的环境,他/她如何实现这一目标。
我想使用 Eclipse 作为 PHP、Java 和 Java 的单一 IDE。报表和Android开发不同,而不是使用eclipse安装。
有人帮助我或给我推荐一些链接,这很令人困惑!
There are different version of eclipse for different development environment.
My question is IF IDE remains same then why different versions, and if someone want to use all supported environments in single IDE how he/she can achieve that.
I want to use eclipse as single IDE for PHP, Java & Reports and Android development, instead of using different installation of eclipse.
Somebody helps me or refer me some link, it's quite confusing!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
主站点下载页面上的所有 Eclipse 版本都是相同版本的 Eclipse,但打包了不同的插件集。您始终可以通过安装更多插件来在 Eclipse 中安装更多功能。
您可以单独安装 Eclipse 并使用它来满足您的所有开发需求 - 这取决于您的喜好,但是,有时为不同的任务单独安装 Eclipse 可能更易于管理(当有很多插件时,Eclipse 可以采取明显有更多的时间开始。)
All the versions of Eclipse on the main site download page are the same version of Eclipse, but packaged with different sets of plugins. You can always install more features in Eclipse by installing more plugins.
You can have a single installation of Eclipse and use it for all your development needs - depending on your tastes however, it may sometimes be more manageable to have separate installations of Eclipse for different tasks (when there are a lot of plugins, Eclipse can take noticeably more time to start.)
有不同版本的Eclipse。但是,如果我们坚持使用一个版本并看看为什么有不同的变体可供下载,那么基本上只是它们预先打包了特定的组件。因此,如果您想使用 Eclipse 进行 C++ 开发,只需下载一次即可开始。而不是下载主 IDE,然后添加模块来支持 C++。
但是,在安装 Eclipse 后,使用任何预先打包的模块,就可以轻松添加新模块。假设您有 Zend Studio,它是一个基于 Eclipse 的 PHP IDE。您仍然可以添加 Zend Studio 所基于的 Eclipse 版本支持的所有其他模块。例如用于 Android 开发的 Android SDK 套件。您可以通过搜索并找到其更新站点的 URL 来添加大多数模块。然后点击帮助->安装新软件。然后单击添加并添加您要安装的模块的更新站点的 URL。
然后您可以从使用下拉列表中选择它,它应该会出现在列表中。选择它并单击下一步。
这样您就可以安装 Eclipse 的几乎所有可用模块。请注意,有时您可能会遇到已安装模块之间的兼容性问题和依赖性问题。但大多数时候它工作得很好。
There ARE different versions of Eclipse out there. But if we stick to one version and look at why there are different variants to download it's basically just that they come prepackaged with a specific component. So if you would like to use your Eclipse for C++ development you can get going with on single download. Instead of downloading the main IDE and then adding the module to support C++.
But after you install Eclipse, with any prepackaged modules, it's easy to add new ones. Say you have Zend Studio which is a PHP IDE based on Eclipse. You can still add all other modules supported by the version of Eclipse that Zend Studio is based on. For instance the Android SDK kit for Android development. You can add most modules by doing a search for them and finding the url to it's update site. Then click Help->Install New Software. Then you click Add and add the URL of the Update site of the module you wish to install.
Then you can select it from the Work with drop-down and it should appear in the list. Select it and click Next.
That way you can install almost all available modules for Eclipse. Note that sometimes you can run in to compatibility issues between installed modules and dependency problems. But most of the time it works fine.
它们不是不同的版本,只是具有特定语言插件的相同后端。只是将特定版本配置为与指定的语言一起最佳使用。如果你想使用比你下载的 eclipse 中默认语言更多的语言,只需下载你需要的插件并安装在你的 eclipse 安装中
They are not different versions, just the same backend with plugins for the particular language. Just that the specific versions are configured for best use with the language specified. If you want to use more languages than the default one in the eclipse you downloaded, just download the plugins you require and install in your installation of eclipse
Eclipse 是基于插件的 IDE,这些插件有时可能彼此不喜欢。多安装使用效果会更好。事实上,如果您正在开发 Java 和 PHP,您只需要其中 2 个。
STS 是一个很好的 Java 工具包,特别是如果您使用 Spring。
如果你是 Eclipse 新手,你应该知道,如果你安装太多,它每个月可能会疯狂几次,并且看到有一天你的 web 应用程序正在部署,而第二天却没有部署,这是非常烦人的......
保持安装分开,你会得到更好的控制。
Eclipse is plugin based IDE and these plugins may not like each other sometimes. It will be better to use more installations. In fact if you are developing Java and PHP you will need only 2 of them.
STS is a good Java toolkit especially if you work with spring.
If you new to Eclipse you should know that it can go crazy couple of times per month if you install too much and it is very annoying to see that one day your webapp is deploying and second day no...
Keeping installation separated you will have better control.