简体   繁体   中英

Trouble creating a Hello World Web application (installing the Geronimo Eclipse Plugin)

I'm trying to create a Hello World web app by following this instructions .

I have the java SDK and the Eclipse for Java EE; now I'm trying to install Geronimo Eclipse Plugin on Eclipse Java EE 4.5 (64 bits), following this instructions.

And I see the message (via 'new server'):

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

...and via the 'install new software':

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]

I found this forum thread , that solves by, first, enabling update site http://download.eclipse.org/dsdp/tm/updates/3.2 . I'm not sure how to 'enable' it, I did try add in the 'install new software' sites, but it was not found. Neither http://download.eclipse.org/dsdp/tm/updates/4.5 (as my Eclipse version is 4.5).

Can anybody help me to install this Geronimo Eclipse Plugin? Or is there a better way to create a hello world web app?

--update

I just try with Eclipse Java EE 3.4.1 (as the instructions are for eclipse 3.4), 32 bits this time, and got the same problems.

--update

Via the updatesite.zip; the link on the instructions is broken, I found it here . But the Eclipse's installation is frozen for half an hour now. I'll try Glassfish as suggested by @paulsm4.

无法找到Geronimo的解决方案,我正在转向另一个

对于仍有问题的人 - 请查看Geronimo Dev Tools的此错误报告 - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-813

对于eclipse juno:Goto安装新软件并在下拉列表中选择“updates - http://download.eclipse.org/webtools/updates ,并在搜索结果中检查项目提供的组件 ,然后单击next / finish以安装该插件。一旦完成重启eclipse.Now你将能够在添加新服务器向导中看到服务器选项。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM