13

Eclipse cannot install glassfish tools. under Oracle folder of server there is only options for Webllogic and cloud, The glassfish option appears only ONE time whe I first tried to install it. an after it no longer shows up

enter image description here

I have tried to remove eclipse an re-extartc it again but the same problem still occurs. What's the problem here? does Anyboy have installed glassfish tools on Phtoton successfully?

Community
  • 1
  • 1
usertest
  • 2,140
  • 4
  • 32
  • 51

7 Answers7

37

Go to Help > Install New Software...

Add the GlassFish Tools Update Site

http://download.eclipse.org/glassfish-tools/1.0.0/repository

as repository (or add the URL under Work with: directly) and install the tools via the wizard.

Paul Wasilewski
  • 9,762
  • 5
  • 45
  • 49
  • 3
    Thanks that worked. However why isn't this already added to eclipse by default? – usertest Jul 20 '18 at 09:01
  • I have had a NullPointerException with 2018-12 on click to add new server. – dtelaroli Jan 18 '19 at 13:17
  • 4
    As of 24/Jul/2022, if anybody wants to install Glassfish tools in Eclipse, use the link http://download.oracle.com/otn_software/oepe/12.2.1.8/oxygen/repository/dependencies/ in the "Install new software" form. – AwsAnurag Jul 24 '22 at 13:31
  • oops , Not Found! now what we can do? – FarHooD Apr 19 '23 at 23:37
1

It is a bug in the new eclips. Try eclipse neon instead of your current eclipse and it will work

MyUserQuestion
  • 295
  • 1
  • 9
1

this will work for Eclips lastest version up to this point:

1-first go to : https://projects.eclipse.org/projects/webtools.glassfish-tools/downloads

2-Install Eclipse Sapphire: https://download.eclipse.org/sapphire/9.1.1/repository/

3-then go to : https://download.eclipse.org/glassfish-tools/1.0.1/repository/

4-copy URL link above.

5-open your eclips : go to help > install new software

6-paste the link that you copied in "Work with" text field and then press ENTER

7-then click on next and follow installation.( your need to restart your eclips after finishing installation )

8-enjoy buddy.

Kami Tomi
  • 11
  • 2
0
  1. Download the sapphire .zip plugin and install it to eclipse

http://mirrors.xmission.com/eclipse/sapphire/9.1.1/sapphire-repository-9.1.1.zip

  1. Download the glassfish .zip plugin and install it in to eclipse

https://download.eclipse.org/glassfish-tools/1.0.1/gf-tools-repository-1.0.1.201904090220.zip

  1. Download the Glassfish server and add it as a new server to eclipse

http://mirrors.xmission.com/eclipse/glassfish/glassfish-5.1.0.zip

Kennedy
  • 27
  • 8
0

I've tried with Eclipse 2021-03, but it doesn't work. It seems to be working with Eclipse 2020-12. Instructions can be found here (including the right Eclipse version): https://projects.eclipse.org/projects/webtools.glassfish-tools/downloads

Hope it can be of some help.

Olly
  • 31
  • 4
0

Go to Help-> Install New Software -> Add..

Add this URL to Location, http://download.eclipse.org/glassfish-tools/1.0.0/repository . Add a Name and proceed

Yuresh Karunanayake
  • 519
  • 1
  • 4
  • 10
0

Eclipse GlassFish Tools is archived. The project become inactive and you can not use for new version of Eclipse IDE. You can you Payara Tools instead:

Payara Server is an open-source application server derived from GlassFish Server Open Source Edition, so you can use it for Glassfish as well.


Follow These steps:

  1. Find Payara Tools in Eclipse Marketplace...
  2. When create new server choose payara and in configuration of Payara location add Glassfish server location instead:

enter image description here

Mehdi Rahimi
  • 1,453
  • 5
  • 20
  • 31