sanrodari
sanrodari

Reputation: 1632

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

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

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

Upvotes: 43

Views: 81341

Answers (1)

BalusC
BalusC

Reputation: 1108537

Install the most recent JBoss Tools.

Installing JBoss Tools in Eclipse 2021-03 (Photon)

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

See also:

Upvotes: 94

Related Questions