Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Glassfish tools in eclipse luna

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.

like image 388
user3245747 Avatar asked Jan 01 '15 11:01

user3245747


2 Answers

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
like image 138
unwichtich Avatar answered Oct 25 '22 00:10

unwichtich


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
like image 29
AntimoV Avatar answered Oct 24 '22 22:10

AntimoV