Eclipse 中的 Java EE 视角
我有标准版的 eclipse Galileo。现在我想在上面开发企业应用程序。知道如何获得 Java EE 视角吗?标准版如何安装Java EE工具?
I have Standard version of eclipse Galileo. Now I want to develop enterprise applications on it. Any idea how can I get Java EE perspective? How to install Java EE tools in the standard version?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我也有同样的问题。我首先使用 Ubuntu 软件中心安装了最新的 Eclipse 平台 Indigo,当我没有看到 JavaEE 透视图时,我以为我弄错了。我删除了它并安装了可从 eclipse.org 下载的 Java EE 版本 - 但仍然没有可用的 Java EE 视角。然后我阅读了上面(以及其他地方)有关安装 WTP 插件的建议。
我决定放弃以前安装的 Eclipse,因为我更喜欢通过普通的包管理系统安装所有内容。然后,在再次安装 Eclipse 后,通过 Ubuntu 软件中心(并且没有看到 Java EE 视角)...但我将通过一组说明来讲述剩下的故事:
sudo apt-get install eclipse eclipse-cdt eclipse-emf eclipse-emf-examples eclipse-emf-sdk eclipse-jdt eclipse-pde eclipse-platform eclipse-platform-data eclipse-rcp eclipse- rse eclipse-xsd eclipse-xsd-sdk
(这些是我在完成所有这些步骤后所拥有的;它们可能不是全部都是必要的,但是不会受伤)顺便说一句,我提供的通过 apt-get 安装的一些 Eclipse 软件包可能是在 Eclipse 软件更新阶段安装的,因为我自己没有安装所有这些软件包。最重要的是 eclipse-platform、eclipse-platform-data、eclipse-pde 和eclipse-rcp。所有这些的描述是:
I had the same problem. I installed the latest Eclipse platform, Indigo, first using the Ubuntu Software Center, and when I didn't see the JavaEE perspective, I though I'd gotten the wrong one. I deleted that and installed the Java EE version downloadable from
eclipse.org
-- but still no Java EE perspective available. Then I read the advice above (and elsewhere) about installing the WTP plugins.I decided to blow away the previous installation of Eclipse, because I prefer installing everything through the normal package management system. Then, after having installed Eclipse again, through the Ubuntu Software Center (and not seeing the Java EE perspective)... but I'll tell the rest of the story as a set of instructions:
sudo apt-get install eclipse eclipse-cdt eclipse-emf eclipse-emf-examples eclipse-emf-sdk eclipse-jdt eclipse-pde eclipse-platform eclipse-platform-data eclipse-rcp eclipse-rse eclipse-xsd eclipse-xsd-sdk
(those are what I have after doing all these steps; they might not all be necessary, but can't hurt)By the way, some of those Eclipse packages that I give for installing through apt-get might have been installed during the Eclipse software update phase, as I didn't install all of them by myself. The most important ones are
eclipse
,eclipse-platform
,eclipse-platform-data
,eclipse-pde
, andeclipse-rcp
. The descriptions of all of them are:标准版可以通过安装WTP等不同插件升级到J2EE版。
您是否尝试查看 Galileo 的更新站点?
The standard edition can be upgraded to J2EE edition by installing the different plug-ins like WTP and so on.
Did you try to look at the update site for Galileo?
最好下载“for Java EE Developers”最新版本的 eclipse。
它还包括标准版本。
It's better to download newest version of eclipse "for Java EE Developers".
It also includes standard version.