如何在 Eclipse 中为 Java EE 安装 JBoss AS/WildFly 服务器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4057328/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 19:43:13  来源:igfitidea点击:

How do I Install JBoss AS / WildFly Server in Eclipse for Java EE

eclipsejbosswildflyapplication-server

提问by sanrodari

When I went to the "new server wizard" I can't find the category for JBoss AS.

当我转到“新服务器向导”时,我找不到 JBoss AS 的类别。

When I clicked "Download new server adapter" I don't get any JBoss AS adapter in the list.

当我单击“下载新服务器适配器”时,列表中没有任何 JBoss AS 适配器。

回答by BalusC

Install the most recent JBoss Tools.

安装最新的JBoss 工具

enter image description here

在此处输入图片说明

This will get you the JBoss-provided AS and EAP server plugins, along with several easing JSF development plugins, such as EL autocompletion.

这将为您提供 JBoss 提供的 AS 和 EAP 服务器插件,以及几个 easing JSF 开发插件,例如 EL 自动完成。

See also:

也可以看看: