我试图在eclipse Luna中安装Glassfish工具,但我不断收到此错误消息:
Cannot complete the install because one or more required items could not be found.
Software being installed: GlassFish Tools 7.3.3.201412231459 (oracle.eclipse.tools.glassfish.feature.group 7.3.3.201412231459)
Missing requirement: GlassFish Tools 7.3.3.201412231459 (oracle.eclipse.tools.glassfish.feature.group 7.3.3.201412231459) requires 'org.eclipse.sapphire.feature.group [8.1.0,8.2.0)' but it could not be found
我该怎么办?感谢。
答案 0 :(得分:21)
看起来他们以某种方式搞砸了插件依赖项,同时打包了当前由。引用的插件版本。
要修复它,您必须手动安装较旧版本的Glassfish工具。要在Eclipse中执行此操作,请单击Help
- > Install new software
并将以下网址放在上方输入字段中:
http://download.oracle.com/otn_software/oepe/12.1.3.1/luna/repository
然后单击回车,在获取可安装程序包后,选择Glassfish Tools
程序包和Oracle Java EE Tools
程序包(两者都应为7.2.0.xxx版本)并安装。安装可能需要一段时间,因为oracle存储库站点通常很慢。
另见:
答案 1 :(得分:1)
在eclipse marketplace上查看运行GlassFish Tools所需的最低Java版本。
Mars - Java 8
Luna - Java 8
Kepler - Java 7
Juno - Java 6
答案 2 :(得分:-3)
使用Eclipse Luna + RedHat JBoss WildFly 8.2,它运行得很好。