java - 创建 Hello World Web 应用程序时遇到问题(安装 Geronimo Eclipse 插件)

标签 java eclipse jakarta-ee geronimo

我正在尝试按照 this instructions 创建一个 Hello World Web 应用程序.

我有 java SDK 和 Eclipse for Java EE;现在我尝试在 Eclipse Java EE 4.5(64 位)上安装 Geronimo Eclipse 插件,遵循 this说明。

我看到了消息(通过“新服务器”):

Cannot complete the install because one or more required items could not be found.

Software being installed: Geronimo v2.1 Server Adapter 2.1.8 (org.apache.geronimo.v21.feature.feature.group 2.1.8)

Missing requirement: Geronimo v2.1 Server Adapter 2.1.8 (org.apache.geronimo.v21.feature.feature.group 2.1.8) requires 'org.apache.geronimo.st.core [2.1.8]' but it could not be found

...并通过“安装新软件”:

Cannot complete the install because one or more required items could not be found.

Software being installed: Geronimo v3.0 Server Adapter 3.0.1 (org.apache.geronimo.v30.feature.feature.group 3.0.1)

Missing requirement: Geronimo Server Tools V30 UI Plug-in 3.0.1 (org.apache.geronimo.st.v30.ui 3.0.1) requires 'bundle org.eclipse.tm.terminal.view [2.1.0,4.0.0)' but it could not be found

Cannot satisfy dependency:

From: Geronimo v3.0 Server Adapter 3.0.1 (org.apache.geronimo.v30.feature.feature.group 3.0.1)

To: org.apache.geronimo.st.v30.ui [3.0.1]

我找到了this forum thread ,首先通过启用更新站点 http://download.eclipse.org/dsdp/tm/updates/3.2 来解决。我不确定如何“启用”它,我确实尝试添加“安装新软件”站点,但没有找到。两者都不是http://download.eclipse.org/dsdp/tm/updates/4.5 (因为我的 Eclipse 版本是 4.5)。

有人可以帮我安装这个 Geronimo Eclipse 插件吗?或者有更好的方法来创建 hello world Web 应用程序吗?

--更新

我只是尝试使用 Eclipse Java EE 3.4.1(因为说明适用于 eclipse 3.4),这次是 32 位,并遇到了同样的问题。

--更新

通过updatesite.zip;说明上的链接已损坏,我找到了here 。但是Eclipse的安装现在卡住了半个小时。我将按照 @paulsm4 的建议尝试 Glassfish。

最佳答案

无法找到 Geronimo 的解决方案,我正在转向 another one .

关于java - 创建 Hello World Web 应用程序时遇到问题(安装 Geronimo Eclipse 插件),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31948676/

相关文章:

java - Adobe Actionscript (Flex Framework) 的蓝牙 SPP 怎么样?

java - Spring 启动gradle "Could not find or load main class"

java - 如何通过 Alfresco Javascript API 连接到 Oracle 数据库

java - 更新 primefaces 数据表中的记录

jakarta-ee - java :comp/env is not found when using openejb in embedded mode

java - Axis 1.4 AxisFault 文件过早结束

java - 排序列表查看搜索数据

MySQL jdbc - Eclipse 中的 Servlet 连接出现空指针异常

java - 使用动画在android中滑动 View

jakarta-ee - 除了@JsonbIgnore,是否可以要求在 jax-rs (jersey+moxy) JSON 序列化上显式包含对象的字段?