7

Here is the things I tried

  1. In Eclipse Mars go to Help-> Install New Software
  2. Click on add button and paste the URL of the update site which is in our case: Eclipse Mars tools for Jboss
  3. Now select the JBossAS Tools plugin and Click "Next"

EDIT :-

Even after doing above points i am not able to see the Jboss server in eclipse mars so i tried below

Go to eclipse market place - > search for Jboss -> Then from List Red Hat Jboss Developer Studio(Mars) 9.0->Confirm

Even now i am not able to see Jboss server in the eclipse add server list so not able to run my application in Jboss server .

Can any one tell me what can be the issue why Jboss server not listed in the server List?

enter image description here

EDIT 1 :-

enter image description here

Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
  • Why don't you go with my proposition here: http://stackoverflow.com/questions/31245959/how-to-add-jboss-server-in-eclipse. Install JBoss Tools from the Eclipse marketplace. – Magnilex Jul 07 '15 at 08:01
  • That i already done but still not appearing..check added image for reference in question – Subodh Joshi Jul 07 '15 at 08:30
  • Sorry i did not found any instruction inside eclipse before installing it – Subodh Joshi Jul 07 '15 at 10:45

4 Answers4

11

You need Java 8 to run Eclipse with JBoss Tools 4.3.0.Beta1 even if you don't build and deploy with this version of Java (ie, you can still build and deploy on 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

Xavier Coulon
  • 1,580
  • 10
  • 15
  • For above this using Java8 for eclipse we have to change in JAVA-HOME ? Then let us suppose i am running maven command through command prompt it will also run with java8 and class compile with java8 it will not create a issue ? – Subodh Joshi Mar 01 '16 at 07:10
  • 1
    I tried running eclipse with jdk8 but jboss servers are still not visible in the list. Any guesses ? – sashok_bg Mar 20 '16 at 21:59
1

Are you running with Java 8 ? JBoss Tools/Developer Studio Beta on Mars requires Java 8.

You can use it to develop against older versions of Java just fine though.

Max Rydahl Andersen
  • 3,630
  • 2
  • 23
  • 28
0

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

You can install runtimes into Eclipse by selecting Window → Preferences menu and then selecting Server → Runtime Environments from the categories available on the left.

After that jboss appear in the server view

Adrian
  • 329
  • 4
  • 6
  • If Eclipse does not show JBoss in "Add Server" window, it will not show JBoss in Runtime Environments either. – Don G. Mar 02 '20 at 13:23
0

This is b/c eclipse mars installation process goes through installer which will pick the JRE which is installed that time(in my case that was 1.7) and the JBoss need java 1.8 for proper installation b/c of that every time when u start eclipse it shows that some files are not install for jBoss…After eclipse installation if you change the JRE environment it will not change for JBOSS installion…. For me ; i removed JDk1.7 from Application/Java/VirtualMachineEmviroment(JDK1.8 should remain intact) and Re-run eclipse installer. Now install again Jboss tools form eclipse market…This time for new server configuration , there will be Jboss Community folder...

  • Not necessarily, most Eclipse "installers" are just ZIP files: https://www.eclipse.org/downloads/packages/release/mars/2 – Don G. Mar 02 '20 at 13:18