我下载了Eclipse Oxygen,但是我没有在这个IDE中安装glassfish工具。
它是在JDK8更新172上运行的Oxygen 3A 64位。
当我尝试通过Marketplace安装工具时,它显示工具不可用。
下面是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)我已经试过了:Glassfish Tools plugin for Eclipse Luna SR2 not working
这个是:How to add GlassFish Server to Eclipse Oxygen?
没有成功。
有什么想法吗?也许下载位置改变了?但是去哪里呢?
发布于 2018-06-19 16:04:53
我在Oracle网站上找到了解决方案。
有一个Oracle Enterprise Pack for Eclipse:http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html
在这个站点上还有到存储库的链接:http://download.oracle.com/otn_software/oepe/12.2.1.8/oxygen/repository/
在Eclipse IDE中,将此链接粘贴到新的Work with中:Help->Install Software...下的-Textfield
GlassFish工具包含在Oracle Jave EE Tools中的 Tools 下。
发布于 2019-05-16 10:14:09
在安装GlassFish工具之前,您需要安装Sapphire 9.1.1。
要安装:
然后按照相同的步骤安装GlassFish,但在步骤4中,请使用下面的链接让GlassFish与https://download.eclipse.org/glassfish-tools/1.0.1/repository/一起工作
参考:https://projects.eclipse.org/projects/webtools.glassfish-tools/downloads
https://stackoverflow.com/questions/50912824
复制相似问题