Wildfly servers are not listed in eclipse even after installing JBOSS tools
Asked Answered
L

2

5

Environment:

  • Eclipse Mars
  • Linux v.?
  • Java jdk v.?
  • Wildfly v.?

I installed JBOSS tools from market place, the only version listed was JBoss tools 4.3.0 Beta and I installed it.

I restarted the eclipse. When I tried to add runtime environment in the view I could only see the servers related to Apache, Basic and Object Web but no servers related to either JBoss/Wildfly community are listed.

But the same steps worked in Windows' Eclipse Mars.

In Linux, I even tried 'Download additional server adapters' link in eclipse which gave options for many servers like Websphere, Oracle web logic but no options for JBoss/Wildfly.

How to solve this?

Lazes answered 3/8, 2015 at 11:31 Comment(0)
L
6

That's because the JBoss tools in Mars requires Java 8.

Run the eclipse using Java 8 and it will work. You can change eclipse.ini

In Linux

-vm
/your_jdk_home/bin/java

In Windows

-vm
/your_jdk_home/bin/javaw.exe

Remember,

-vm argument should not come after -vmargs.

Lazes answered 3/8, 2015 at 12:58 Comment(6)
I am having the same problem. I have started eclipse using oracle jdk 8 but jboss tools is still not showingSyncytium
@Syncytium have you fixed it? I'm still facing the same problem.Ammonic
@AirtonGessner did you try to run your eclipse with Java 8?Lazes
@AirtonGessner I know it's a "no solution" solution but I just went and bought IntelliJ.. never looked backSyncytium
@Lazes yep. But I solved it by changing from Eclipse Neon to Mars. I'm still kinda noob in eclipse so I migth have done something wrong.Ammonic
@AirtonGessner that could be because of Eclipse compatibility "JBoss Tools is now targeting Eclipse Mars.1 as a running platform." see tools.jboss.org/documentation/whatsnew/jbosstools/…Lazes
F
1

I had the problem and I solved it.

  • First go to Help-Eclipse Marketplace. There in the search option
  • Type JBoss Tools. Then the jsboos tools appear
  • Install it and it will ask to restart the eclipse
  • Restart Eclipse
  • Go to the add server option. There you can see as shown in the picture below enter image description here
  • Click on JBoss AS, wildfly& EAP server tools and click next. Tt will install the server configuration and then if it asks to restart eclipse after installing, do restart
  • After restart go to add server. In the list at JBoos community, you can see the wildfly server installed

Please do commented here if any queries.

Fe answered 5/12, 2019 at 6:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.