Skip to main content
  • Log in
  • Manage Cookies
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
    • Search

  1. Home
  2. Marketplace
  3. Tools
  4. GlassFish Tools

Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.

For more information on this matter, please visit #1.

If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.

Thank you for your understanding and cooperation.

Eclipse Foundation Member
GlassFish Tools

GlassFish Tools
83
28
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

2019-03 (4.11)
2018-12 (4.10)
2018-09 (4.9)
Photon (4.8)
Oxygen (4.7)
2019-06 (4.12)
2019-09 (4.13)
2019-12 (4.14)
2020-03 (4.15)
2020-06 (4.16)
2020-09 (4.17)
2020-12 (4.18)
2021-03 (4.19)

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

Neon (4.6)

http://download.oracle.com/otn_software/oepe/neon

Mars (4.5)

http://download.oracle.com/otn_software/oepe/mars

Luna (4.4)

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

Kepler (4.3)

http://download.oracle.com/otn_software/oepe/kepler

Juno (4.2, 3.8)

http://download.oracle.com/otn_software/oepe/juno

Learn more...

Details Group Tabs

Details

Tools for developing applications for GlassFish.

  • Integrates with Eclipse Web Tools.
  • Supports open source GlassFish 5, 4 and 3.1.
  • Support the latest Eclipse GlassFish 5.1, the reference implementation of the Jakarta EE specification

Download latest Eclipse GlassFish Tools from: https://projects.eclipse.org/projects/webtools.glassfish-tools

These features are also part of Oracle Enterprise Pack for Eclipse (OEPE).

IMPORTANT: Please consult the following table regarding the minimum version of Java required to run GlassFish Tools.

  • Photon - Java 8
  • Oxygen - Java 8
  • Neon - Java 8
  • Mars - Java 8
  • Luna - Java 8
  • Kepler - Java 7
  • Juno - Java 6

Even if the correct version of Java is installed, Eclipse may find an earlier version upon launch, if it exists somewhere else on the system. To verify the version of Java that Eclipse is using, go to Help -> About -> Installation Details -> Configuration.

If you find that Eclipse is using a wrong Java install, edit eclipse.ini file and add the following two lines to the start of the file:

-vm [path-to-jre]

Categories:
  • Application Server
Additional Details
Eclipse Versions: 
2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8)
Platform Support: 
Windows, Mac, Linux/GTK
Organization Name: 
Oracle
Development Status: 
Production/Stable
Date Created: 
Fri, 2015-05-01 12:05
License: 
EPL
Date Updated: 
Thu, 2021-02-11 15:56
Submitted by: 
Konstantin Komissarchik
Metrics
DateRankingInstallsClickthroughs
March 2023331/68643 (0.01%)17
February 2023305/66845 (0.01%)29
January 2023308/67745 (0.01%)23
December 2022342/80539 (0.01%)17
November 2022316/80854 (0.01%)19
October 2022316/81155 (0.01%)19
September 2022279/81272 (0.02%)16
August 2022255/80879 (0.02%)15
July 2022302/81657 (0.02%)29
June 2022292/81068 (0.02%)16
May 2022283/81079 (0.02%)24
April 2022323/81755 (0.01%)17
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for GlassFish Tools.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Friday, March 31, 2023 - 06:35

Reviews Sign in to post reviews

stalbot7su's picture

Bad p2 repository

Submitted by Stephane Talbot on Tue, 2020-10-13 11:23

The repository used in the marketplace to install the Glassfish plugin is outdated.

The repository used is http://download.eclipse.org/glassfish-tools/1.0.0/repository/  which will install the plugin for the old Oracle Glassfish version.(Glassfish 5.0  -- Java EE 8)

In order to use Glassfish 5.1 (the Jakarta EE 8 version), you have to install a newer version of the Glassfish plugin which is in another p2 repository: http://download.eclipse.org/glassfish-tools/1.0.1/repository/

 

stalbot7su's picture

Problems with glassfish 5.1

Submitted by Stephane Talbot on Fri, 2019-03-22 09:38

The Glassfish-tools plugin defines incomplete glassfish system libraries with Glassfish 5.1

JavaEE api jars have been renamed in Glassfish 5.1

for example:

Gassfish 5.0 Gassfish 5.1 javax.ejb-api.jar jakarta.ejb-api.jar javax.el.jar jakarta.el.jar javax.persistence.jar jakarta.persistence.jar ... ...

 

The Glassfish tools plugin, however, use the same glassfish System Librairies (javax.persistence.jar) for Glassfish 5.0 and Glassfish 5.1.

In consequence eclipse JavaEE projects targeting Glassfish 5.1 don't have a correct build classpath (most of the javaEE api jar are missing...)

I guess someone should modify the GlassFishInstall.java file

stalbot7su's picture

Re: Problems with glassfish 5.1

Submitted by Stephane Talbot on Tue, 2019-04-09 08:32

Classpath problem has been corrected in plugin the last version (1.0.1)

ptripathiyj2's picture

GF 5 support

Submitted by Prateek Tripathi on Tue, 2019-01-08 01:04

Hi,

I don't see GF 5 support available in eclipse.Please let me know when would it be available or is there any work around ?

mmisingname0wo's picture

Re: GF 5 support

Submitted by Peter MOUEZA on Wed, 2020-01-29 13:50

Idem

dju's picture

Re: GF 5 support

Submitted by Danny Ju on Thu, 2019-01-31 00:42

Glassfish 5 support is availale in latest release, which can be downloaded at:

https://projects.eclipse.org/projects/webtools.glassfish-tools

sdoodkin's picture

glassfish tools for glassfish 2-1

Submitted by Shimon Doodkin on Sun, 2018-11-04 04:55

found there is oracle archive for bundles of all Oracle tools for eclipse.

the last version that supports glassfish 2.1 - is 12.1.1.2.1 - March 2013.

http*s://www.oracle*.com/technetwork/devel*oper-tools/eclipse/downl*oads/oepe-arc...
remove star from url

I downloaded oepe-12.1.1.2.1-kepler-repository.zip then in to the new version of eclipse 2018-09 - 4.9 I installed from the repository only glass fish tools - and it worked

mwellink's picture

Im trying to add the plugin

Submitted by Maayke Wellink on Mon, 2018-07-30 11:25

Im trying to add the plugin in eclipse photon, but I got an error: "the following solutions are not available: Glassfish Tools" and I dont know what is going wrong

avolcich's picture

Re: Im trying to add the plugin

Submitted by Alessandro Volcich on Tue, 2018-10-23 18:53

I'm having the same problem. Quits unexpectedly. I'm using Eclipse for Java EE 4.9

Please troubleshoot!

sqiu8s4's picture

Re: Im trying to add the plugin

Submitted by Shawn Qiu on Sat, 2018-09-22 22:09

I met the same problem too! Are there any solutions?

tkernstock's picture

Payara 4.1.173+

Submitted by Thomas Kernstock on Tue, 2017-11-21 12:16

Hi Konstantin,

the new versions of payara changed the way the use the validation apis. When I try to change my project from Payara 171 to 174 my projects wont compile because the javax.validation and org.hibernate.validator classes are not found. Checking the Systemclasspath of my Glassfish runtime I can't find the validation-api.jar and hibernate-validator-payara-p1.jar which are in modules. Even if I rename validation-api.jar to bean-validator.jar it is added to zhe classpath!

When I deploy my project on the new server it works perfectly, so I guess this is just a matter of adding the jars to the Glassfish System Classpath.

br

Thomas

vorozco7g2's picture

Plugin does not work on Java 9

Submitted by Victor Orozco on Tue, 2017-11-07 15:55

Altough Eclipse Oxygen offers support for Java 9. If this plugin is used in Oxygen 1a install with JDK 9, Glassfish will fail with:

An internal error occurred during: "Stopping GlassFish 4 [domain1]".
Can't find bundle for base name sun.util.logging.resources.logging, locale

I've tested it with Glassfish and Payara, and I also can confirm that it works with JDK 8, however I'm not sure if this is the right place to report the bug, I did it through Eclipse automatic error reporting too.

Glassfish server by itself will indeed run, but you won't be able to see server's log.

jgayosocabada's picture

Re: Plugin does not work on Java 9

Submitted by Joaquin Gayoso Cabada on Mon, 2018-02-26 12:08

I have the same problema as you. I can't log my glassfish.

kkomissarchik's picture

Re: Plugin does not work on Java 9

Submitted by Konstantin Komissarchik on Wed, 2017-11-08 12:42

Thanks for the problem report. We will investigate this issue.

ffrech's picture

Glassfish 5 Support

Submitted by Florian Frech on Thu, 2017-10-05 06:42

Will there be support for Glassfish 5 in the future.

kkomissarchik's picture

Re: Glassfish 5 Support

Submitted by Konstantin Komissarchik on Wed, 2017-11-08 12:43

Yes, GF 5 support is coming, but there is no concrete timeline that we can share at the moment.

asalvanos's picture

Re: Re: Glassfish 5 Support

Submitted by Alexander Salvanos on Thu, 2017-11-16 05:26

Hello Konstantin,

how are things going. When will you have a timeline? Is it possible to get preliminary versions?

Best Regards,

Alex

 

 

olippert's picture

No Docker-Support

Submitted by Oliver Lippert on Fri, 2017-05-05 03:56

The Plugin itself works. But there is one thing that makes docker not working.

As of the Docker-Container is a kind of a remote server, I just specify the lokal glassfish as the environment, and then need to set admin user, admin pw, admin port and debug port. But the Add On just provides the "normal" domain-path setting for "localhost". Then I tryed adding a new hostname to hosts file, but that did not work too. As soon as the Add On knows, that the given domain / IP resolvs to the local host, there is just the one way: Domain path! And that doesn't work with docker.

 

Would be nice if that would be supported too

spanigrahis05's picture

Not listed in Sever after installation

Submitted by Snehashish Panigrahi on Mon, 2017-03-20 14:34

VM is pointing to jre8. Still GlassFish server not appearing.
-vm
/Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home/jre/../jre/lib/server/libjvm.dylib

rluojge's picture

Problem with Mars2 JDK7

Submitted by Robin Luo on Thu, 2016-05-05 23:06

The adapter can be installed successfully with a problem. Once it is installed, Eclipse restarted, the GlassFish is still not in the list when you try to add GlassFish as a server. My Eclipse Mars2 works fine with WebSphere and JBoss adapters.

kkomissarchik's picture

GlassFish Tools for all

Submitted by Konstantin Komissarchik on Mon, 2016-05-09 12:16

GlassFish Tools for all recent versions of Eclipse requires Java 8 to run. Unfortunately, the Marketplace does not enforce this, but the Java requirements for all support Eclipse versions is listed in the description.

aguerrero7vq's picture

Problem with Glassfish tools installation

Submitted by Alejandro Guerrero on Wed, 2016-03-23 16:49

Hi, i have installed Version: Mars.2 Release (4.5.2). And when i try the Glassfish tools, i have this message from the marketplace:

An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,oracle.eclipse.tools.glassfish,8.6.1.201603011333
No repository found containing: org.eclipse.update.feature,oracle.eclipse.tools.glassfish,8.6.1.201603011333
No repository found containing: osgi.bundle,oracle.eclipse.tools.glassfish.ui,8.6.1.201603011333
No repository found containing: osgi.bundle,oracle.eclipse.tools.javaee.doc.integration,8.6.1.201603011333
No repository found containing: osgi.bundle,oracle.eclipse.tools.util,8.6.1.201603011333
No repository found containing: osgi.bundle,oracle.eclipse.tools.util.jver,8.6.1.201603011333

someone else has this problem ?

kkomissarchik's picture

I was able to install

Submitted by Konstantin Komissarchik on Tue, 2016-03-29 15:33

I was able to install GlassFish tools into a Mars.2 Java EE distro just now. This type of error indicates a network issues. Typically these are intermittent as Eclipse was able to get part way through the installation sequence before failing. So try again. If you are seeing this issue consistently, post on the support forum. We will need to gather more information regarding your setup and network configuration.

mcrippa's picture

Problem with Glassfish tools installation

Submitted by Mario Crippa on Sun, 2016-03-27 09:57

Same problem here, with Mars.2 Release (4.5.2).

jarndt5i6's picture

Installation is working

Submitted by Joerg Arndt on Sat, 2016-01-30 16:10

I have plug-in 8.5.1 installed. I was able to assign GlassFish Server Open Source Edition 4.1 by selecting ..\glassfish4\glassfish as installation directory. "glassfish4" is not recognized!
Does this solve your problem?

gmisingname8u1's picture

Adapter for Mars

Submitted by Gbarnard Mising name on Tue, 2015-12-15 15:10

I wasted hours today trying to get Eclipse Mars to work with Glassfish 4.1. I can only reason that the adapter doesn't exist yet for this combination. Thanks Eclipse!

kkomissarchik's picture

Could you post details of

Submitted by Konstantin Komissarchik on Thu, 2015-12-17 10:29

Could you post details of issues you are running into on the support forum? GlassFish 4.1 is definitely supported.

https://community.oracle.com/community/java/java_development_tools/appli...

ekanat's picture

problematic

Submitted by Ebuzer taha Kanat on Sun, 2015-07-12 20:32

just a waste of time

Markets

  • Eclipse Project (4)
  • Tools (1342)
    • Application Development Frameworks (171)
    • Application Management (32)
    • Application Server (31)
    • BIRT (10)
    • Build and Deploy (104)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (117)
    • Collaboration (37)
    • Database (44)
    • Database Development (34)
    • Database Persistence (17)
    • Documentation (60)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (10)
    • Editor (339)
    • Entertainment (14)
    • General Purpose Tools (124)
    • Graphics (34)
    • IDE (344)
    • Internet of Things (IoT) (35)
    • J2EE Development Platform (44)
    • J2ME (5)
    • Languages (155)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (90)
    • Modeling Tools (146)
    • Mylyn Connectors (20)
    • Network (14)
    • Other (74)
    • Process (18)
    • Profiling (22)
    • Programming Languages (100)
    • Reporting (32)
    • Rich Client Applications (39)
    • Science (4)
    • SCM (20)
    • Search (42)
    • SOA Development (15)
    • Source Code Analyzer (99)
    • Systems Development (59)
    • Team Development (54)
    • Testing (90)
    • Tools (568)
    • UI (97)
    • UML (40)
    • Web (90)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (32)
    • XML (29)
  • IoT (172)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
  • RCP Applications (79)
  • Training & Consulting (53)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • IPWorks Encrypt
  • FTP Server plugin
  • IIZI
  • DevUtils
  • Eclipse JST Server Adapters (Apache Tomcat, JOnAS, J2EE)

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top