如何通过 yum 获取 Eclipse Helios 的 Java、Java EE 和 Hibernate 插件?
我需要 Eclipse Helios 的 Java、Java-EE 和 Hibernate 插件。我使用以下命令在 Cent OS 中安装了 Eclipse Helios:
yum install eclipse-platform
但它不包含任何插件。我想使用 Java、Java EE 和 Hibernate。我从哪里可以获得插件?
I need Java, Java-EE, and Hibernate plugins for Eclipse Helios. I installed Eclipse Helios in Cent OS using the following command:
yum install eclipse-platform
But it does not contain any plugins. I want to work with Java, Java EE and Hibernate. From where can I get the plugins?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不要使用 yum 安装 Eclipse。从 eclipse.org 网站获取它要好得多。删除通过 yum 安装的所有内容,然后转到 http://www.eclipse.org/downloads并获得您想要的包裹。安装它,然后确保您使用的是 Sun/Oracle JDK,而不是 gcj,按照 的说明指定它在这里。
Don't use yum to install Eclipse. It's far better to get it from the eclipse.org web site. Remove whatever you've installed via yum, then go to http://www.eclipse.org/downloads and get the package you want. Install that, and then make sure you're using the Sun/Oracle JDK, not gcj, by specifying it as described here.
为什么不检查“帮助”->“Eclipse Marketplace”菜单并搜索您想要的任何内容。
Why not check Help->Eclipse Marketplace menu and search for whatever you want.