Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add glassfish tools to eclipse oxygen 3a

I downloaded Eclipse Oxygen but i don't get glassfish tools installed in this IDE.

It's a Oxygen 3A 64 bit running on a JDK 8 Update 172.

When i try to install the tools via Marketplace it states that the tools are not available.

Screenshot Marketplace

Screenshot error message

Here the Entry in the Eclipse Error Log for this:

eclipse.buildId=4.7.3.M20180330-0640
java.version=1.8.0_172
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product

org.eclipse.epp.mpc.ui
Error
Mon Jun 18 17:27:38 CEST 2018
The following solutions are not available: GlassFish Tools (id=oracle.eclipse.tools.glassfish.feature.group, site=http://download.oracle.com/otn_software/oepe/oxygen)

I already tried this: Glassfish Tools plugin for Eclipse Luna SR2 not working

and this: How to add GlassFish Server to Eclipse Oxygen?

Without success.

Any Ideas? Maybe the download location changed? But to where?

like image 740
frank Avatar asked Jun 18 '18 15:06

frank


People also ask

Can I use GlassFish in eclipse?

Installing Glassfish toolsOpen Eclipse Marketplace from Help-> Eclipse Marketplace menu. Type Glassfish in the search box to filter Glassfish plugins. In the search result, find Glassfish tools , click the Install button to install it. After it is installed, restart Eclipse IDE to apply the plugin.

How do I add a GlassFish server to STS?

Go to Help>Eclipse MarketPlace> Search for GlassFish Tools and install it. Restart Eclipse. Now go to servers>new>server and you will find Glassfish server.


2 Answers

I found the Solution on the Oracle Website.

There's a Oracle Enterprise Pack for Eclipse: http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html

On this Site there's also the Link to the repository: http://download.oracle.com/otn_software/oepe/12.2.1.8/oxygen/repository/

In the Eclipse IDE paste this Link in the Work with:-Textfield under Help->Install new Software...

GlassFish Tools are contained in the Oracle Jave EE Tools under Tools.

like image 102
frank Avatar answered Oct 02 '22 15:10

frank


You need to install Sapphire 9.1.1 before installing the GlassFish Tools.

To install:

  1. Open Eclipse
  2. Click on Help option
  3. Click Install New Software
  4. Work with: https://download.eclipse.org/sapphire/9.1.1/repository/
  5. Hit Enter on your keyboard
  6. Select Sapphire
  7. Install
  8. Eclipse should restart after completing the installation process.

Then follow the same steps to install GlassFish but for step 4 use the following link for GlassFish to Work with https://download.eclipse.org/glassfish-tools/1.0.1/repository/

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

like image 32
user11507207 Avatar answered Oct 02 '22 15:10

user11507207