简体   繁体   English

如何添加玻璃鱼工具来吸食氧气3a

[英]How to add glassfish tools to eclipse oxygen 3a

I downloaded Eclipse Oxygen but i don't get glassfish tools installed in this IDE. 我下载了Eclipse Oxygen但是我没有在这个IDE中安装glassfish工具。

It's a Oxygen 3A 64 bit running on a JDK 8 Update 172. 它是在JDK 8 Update 172上运行的氧气3A 64位。

When i try to install the tools via Marketplace it states that the tools are not available. 当我尝试通过Marketplace安装工具时,它表明这些工具不可用。

Screenshot Marketplace 截图市场

Screenshot error message 截图错误消息

Here the Entry in the Eclipse Error Log for this: 这里是Eclipse错误日志中的条目:

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 我已经尝试过这个: Eclipse Luna SR2的Glassfish Tools插件无法正常工作

and this: How to add GlassFish Server to Eclipse Oxygen? 而这: 如何将GlassFish Server添加到Eclipse Oxygen?

Without success. 没有成功。

Any Ideas? 有任何想法吗? Maybe the download location changed? 也许下载位置发生了变化? But to where? 但到了哪里?

I found the Solution on the Oracle Website. 我在Oracle网站上找到了解决方案。

There's a Oracle Enterprise Pack for Eclipse: http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html 有一个适用于Eclipse的Oracle Enterprise Pack: 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/ 在本网站上还有链接到存储库: 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... 在Eclipse IDE中,在“ 帮助” - >“ 安装新软件”下的“使用: -Textfield”中粘贴此链接...

GlassFish Tools are contained in the Oracle Jave EE Tools under Tools . GlassFish Tools包含在Tools下的Oracle Jave EE Tools中

You need to install Sapphire 9.1.1 before installing the GlassFish Tools. 在安装GlassFish Tools之前,您需要安装Sapphire 9.1.1。

To install: 安装:

  1. Open Eclipse 打开Eclipse
  2. Click on Help option 单击“帮助”选项
  3. Click Install New Software 单击“安装新软件”
  4. Work with: https://download.eclipse.org/sapphire/9.1.1/repository/ 使用: https//download.eclipse.org/sapphire/9.1.1/repository/
  5. Hit Enter on your keyboard 按键盘上的Enter键
  6. Select Sapphire 选择蓝宝石
  7. Install 安装
  8. Eclipse should restart after completing the installation process. 完成安装过程后,Eclipse应重新启动。

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/ 然后按照相同的步骤安装GlassFish,但对于第4步,请使用以下链接使GlassFish与https://download.eclipse.org/glassfish-tools/1.0.1/repository/一起使用

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Java 10.1 Eclipse Oxygen 3a不能引发InstanceAlreadyExistsException类型的异常; 异常类型必须是Throwable的子类 - Java 10.1 Eclipse Oxygen 3a No exception of type InstanceAlreadyExistsException can be thrown; an Exception type must be a subclass of Throwable 如何将 JPA 工具添加到 Eclipse Oxygen 中的普通 Java 项目? - How to add JPA tooling to a plain Java project in Eclipse Oxygen? 如何将模块添加到项目的Eclipse Oxygen模块路径中? - How do I add modules to the Eclipse Oxygen module path for a project? Eclipse Oxygen 发布 (4.7.0) 远程调试 Glassfish NullPointerException - Eclipse Oxygen Release (4.7.0) Remote Debug Glassfish NullPointerException 如何在Eclipse中添加第二个Glassfish域 - How to add a second Glassfish domain in Eclipse 为Eclipse Photon安装Glassfish工具时出错 - Error while installing Glassfish tools for Eclipse Photon Eclipse Luna 4.4.1和Glassfish工具JDK 1.7 - Eclipse Luna 4.4.1 and glassfish tools jdk 1.7 在Eclipse中安装Glassfish服务器工具时出错 - Error installing Glassfish Server Tools in Eclipse 如何在Eclipse Oxygen中永久添加servlet JAR文件,而不是添加到每个项目中? - How to add servlet JAR file permanently in Eclipse Oxygen instead of adding to each project? 如何在Ubuntu中将MySQL与日食氧气连接 - how to connect mysql with eclipse oxygen in ubuntu
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM