Mark
Mark

Reputation: 2227

How to create a Wildfly 14 server in Eclipse?

I installed JBoss integration for Eclipse:

enter image description here

But when I try to add a new server by going to the Servers view -> right click -> new -> Server I get no option for Wildfly 14:

enter image description here

I downloaded 14.0.1. How do I add it?

Upvotes: 4

Views: 6581

Answers (3)

temp2010
temp2010

Reputation: 49

After updating (help-> Check for updates) the option appears ...

wildfly14

Upvotes: 1

krokodilko
krokodilko

Reputation: 36087

Pick Wildfly 13 for now, and wait for the update of JBoss Tools.
Wildfly 14 is supported in JBoss Tools 4.9.0.AM3 development version,
see release notes
You can install this version in Eclipse (first uninstall the earlier one), however this version may be unstable.

Upvotes: 1

TacheDeChoco
TacheDeChoco

Reputation: 3903

Even if Widfly 14 is not available as such in Eclipse, it's yet possible. Just choose the 'Wildfly 13' server type, and (in next step) point to a local Wildfly 14 installation.

Upvotes: 0

Related Questions