Eclipse Mars not showing Jboss server

Here is what I tried

  • In Eclipse Mars go to Help-> Install New Software
  • Click the add button and paste the URL of the update site, which in our case: Eclipse Mars Tools for Jboss
  • Now select the JBossAS plugin and click "Next"

EDIT: -

Even after completing the above points, I can not see the Jboss server in the eclipse brand, so I tried below

Go to the eclipse market β†’ find Jboss β†’ Then from the list of Red Hat Jboss Developer Studio (Mars) 9.0-> Confirm

Even now, I cannot see the Jboss server in the list of eclipse servers so as not to run my application on the Jboss server.

Can someone tell me what might be the problem why the Jboss server is not listed in the server list?

enter image description here

EDIT 1: -

enter image description here

+6
source share
4 answers

You need Java 8 to run Eclipse with JBoss Tools 4.3.0.Beta1, even if you do not create and deploy this version of Java (i.e. you can still create and deploy in Java 6 or 7). See http://tools.jboss.org/blog/2015-06-23-beta1-for-mars.html#java-8-to-run-eclipse-older-runtimes-ok-for-builds-deployment

+11
source

Do you work with Java 8? JBoss Tools / Developer Studio Beta on Mars requires Java 8.

You can use it for development in comparison with older versions of Java, but it’s true.

+1
source

I had the same problem, I solved it by doing the following

You can set the runtime in Eclipse by choosing Window β†’ Preferences, and then choosing Server β†’ Runtime Resources from the categories available on the left.

After that, jboss will appear in the server view

0
source

This is the process of installing b / c eclipse mars through the installer, which will select the JRE that was installed at that time (in my case it was 1.7), and JBoss needed java 1.8 to correctly install b / c from this every time u start eclipse shows that some files are not installed for jBoss ... After installing eclipse, if you change the JRE environment, it will not change to install JBOSS .... For me; I removed JDk1.7 from the / Java / VirtualMachineEmviroment application (JDK1.8 should remain intact) and restarted the eclipse installer. Now reinstall the Jboss tools that make up the eclipse market ... This time there will be a Jboss community folder for the new server configuration ...

0
source

All Articles