Installing Glassfish tools in eclipse luna

后端 未结 3 1769
遇见更好的自我
遇见更好的自我 2020-12-17 00:37

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 cou         


        
相关标签:
3条回答
  • 2020-12-17 00:54

    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
    0 讨论(0)
  • 2020-12-17 00:58

    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
    0 讨论(0)
  • 2020-12-17 01:03

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

    0 讨论(0)
提交回复
热议问题