2

Does anyone know if there will be support for GlassFish 6 in Eclipse in nearer future (Only Glassfish 5 , 4 and 3.1 are supported in Eclipse Glassfish tools)?

Is there another way to integrate Glassfish 6 in Eclipse besides GlassFish Tools?

FarHooD
  • 77
  • 7

1 Answers1

1

GlassFish 6 can be integrated via Payara Tools: https://marketplace.eclipse.org/content/payara-tools

Payara Tools is a fork of the original GlassFish tools and has been updated to support newer versions of both Payara and GlassFish.

Arjan Tijms
  • 37,782
  • 12
  • 108
  • 140
  • 1
    It is Working , Thanks – FarHooD Feb 28 '21 at 18:59
  • Why Eclipse can't support the Glassfish Server by default Like wildfly , etc ? – FarHooD Mar 01 '21 at 09:14
  • Currently, most of the tools are not updated to Jakarta EE 9, try to do deployment and testing by command line, check the docs of https://github.com/hantsy/jakartaee9-starter-boilerplate – Hantsy Mar 01 '21 at 12:14
  • I check this with eclipse it's buggy please check and create your web application and see the jsp , servlet not working and you need change package manually to fix issue but jsp not working , so help me . – FarHooD Mar 25 '21 at 19:16