将 Glassfish 集成到 Eclipse for Java EE

发布于 2024-10-31 15:30:17 字数 131 浏览 0 评论 0原文

我正在使用 Eclipse for Java EE。我已经安装了包含 Glassfish 服务器的 Java EE SDK。但在创建 Web 项目时,我在服务器列表中没有看到 Glassfish。如何将 Glassfish 添加到 Eclipse?

I am using Eclipse for Java EE. I have installed Java EE SDK that include Glassfish server. But I do not see Glassfish in the list of servers when creating a web project. How do I add Glassfish to Eclipse?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

残月升风 2024-11-07 15:30:17

Eclipse 确实没有附带开箱即用的 Glassfish 插件。您需要单独安装它。这非常简单,只需在新建服务器向导中单击下载其他服务器适配器链接即可。

在此处输入图像描述

等待列表填充,最后选择Oracle Glassfish Server Tools

在此处输入图像描述

重新启动后,它将在选项中可用。

在此处输入图像描述

(这些屏幕截图借自此 关于 Eclipse + Glassfish 的 JSF 2.0 教程)

Eclipse does indeed not ship with a Glassfish plugin out the box. You need to install it separately. It's quite simple, just click the link Download additional server adapters in the New Server wizard.

enter image description here

Wait for the list to be populated and finally pick Oracle Glassfish Server Tools.

enter image description here

After a restart it'll be available among the options.

enter image description here

(those screenshots are borrowed from this JSF 2.0 tutorial on Eclipse + Glassfish)

情深如许 2024-11-07 15:30:17

在 Eclipse 中安装 GlassFish 后,您可以构建完整的 Java EE 6 应用程序,如下所述:

http:// blogs.oracle.com/arungupta/entry/web_app_development_using_java

您还可以下载预捆绑有 GlassFish 的 Oracle Enterprise Pack for Eclipse (OEPE)。

After installing GlassFish in Eclipse, you can build a complete Java EE 6 application as explained at:

http://blogs.oracle.com/arungupta/entry/web_app_development_using_java

You can also download Oracle Enterprise Pack for Eclipse (OEPE) which comes with GlassFish pre-bundled.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文