Installing Glassfish tools in eclipse luna

拜拜、爱过 提交于 2019-11-27 18:40:09

问题


Im trying to install Glassfish tools in eclise Luna but I keep getting this error message:

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

What should I do? Thanks.


回答1:


It looks like they somehow messed up the plugin dependencies while packaging the plugin version which is currently referenced by the .

To fix it you have to install an slightly older version of the Glassfish Tools manually. To do this in Eclipse click on Help -> Install new software and put the following URL in the upper input field:

http://download.oracle.com/otn_software/oepe/12.1.3.1/luna/repository

Then click enter, after it has fetched the installable packages, choose the Glassfish Tools package and the Oracle Java EE Tools package (both should be version 7.2.0.xxx) and install. The installation can take a while because the oracle repository site is often slow.

See also:

  • How to configure Glassfish Server in Eclipse Luna manually
  • Define a New Server choosing GlassFish 3.1 gives Internal Error - Eclipse Luna



回答2:


see on eclipse marketplace the minimum version of Java required to run GlassFish Tools.

Mars - Java 8
Luna - Java 8
Kepler - Java 7
Juno - Java 6
  • See more at: https://marketplace.eclipse.org/content/glassfish-tools



回答3:


Go with Eclipse Luna + RedHat JBoss WildFly 8.2, which is working just fine.



来源:https://stackoverflow.com/questions/27730184/installing-glassfish-tools-in-eclipse-luna

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!