I am using Eclipse Oxygen for Java EE. I have installed the Java EE 7 Web Profile SDK Update 3, that includes GlassFish Open Source Edition Web Profile 4.1.2.
When I do File >> New >> Server, the GlassFish does not appear on the server type list.
I already have seen this answer to this question, but it didn't help me because in Eclipse Oxygen I don't know where is the option to download additional server adapters.
How can I add GlassFish to Eclipse Oxygen?
Asked
Active
Viewed 1.1k times
7

Adarlan Teixeira
- 73
- 1
- 1
- 5
1 Answers
4
I solved this problem by just installing GlassFish Tools through Marketplace.
What you have to do is drag the Install button in this link GlassFish Tools and drop in your workspace, it may take a few minutes but after reboot your eclipse you will be able to add a GlassFish server

Vanderson Alves
- 66
- 5
-
as of today that plug in only support glassfish 3 and 4 even though 5 is out. – JesseBoyd Oct 11 '17 at 21:50
-
2GlassFish Tools from the marketplace only supports Neon and lower. Is this an issue for Oxygen users? – Hendré Oct 12 '17 at 13:05
-
I used glassfish tools from oracle enterprise pack for eclipse. See https://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html – amindri Aug 08 '18 at 14:04
-
You are right @Hendré There is some issues with glassFIsh Tools from marketplace in eclipse latest versions. I downgraded my eclipse version to use it. – Abhishek Kumar Sep 07 '18 at 03:11