Eclipse Mars not showing Jboss Server

29,973

Solution 1

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

Solution 2

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.

Share:
29,973
Subodh Joshi
Author by

Subodh Joshi

A Developer from India . I convert caffeine into code. Trying to Select * from life; if (FAIL) { keepTrying(); } else{ keepTrying(); }

Updated on July 09, 2022

Comments

  • Subodh Joshi
    Subodh Joshi almost 2 years

    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

    • Magnilex
      Magnilex almost 9 years
      Why don't you go with my proposition here: stackoverflow.com/questions/31245959/…. Install JBoss Tools from the Eclipse marketplace.
    • Subodh Joshi
      Subodh Joshi almost 9 years
      That i already done but still not appearing..check added image for reference in question
    • Subodh Joshi
      Subodh Joshi almost 9 years
      Sorry i did not found any instruction inside eclipse before installing it
  • Subodh Joshi
    Subodh Joshi almost 9 years
    No i am running with Java7
  • Max Rydahl Andersen
    Max Rydahl Andersen almost 9 years
    try with java 8 and see if it makes a difference. You should already have gotten a dialog saying Java 8 was needed though if you installed it.
  • Subodh Joshi
    Subodh Joshi almost 9 years
    That dialogue i did not get but u r right its Java8 issue
  • Subodh Joshi
    Subodh Joshi about 8 years
    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 ?
  • sashok_bg
    sashok_bg about 8 years
    I tried running eclipse with jdk8 but jboss servers are still not visible in the list. Any guesses ?
  • Don G.
    Don G. about 4 years
    Not necessarily, most Eclipse "installers" are just ZIP files: eclipse.org/downloads/packages/release/mars/2
  • Don G.
    Don G. about 4 years
    JBoss Tools installed. Did not get any dialog. Changed to java8 though and no difference: JBoss does not appear in New Server Window nor in Add "Runtime Environments".
  • Don G.
    Don G. about 4 years
    If Eclipse does not show JBoss in "Add Server" window, it will not show JBoss in Runtime Environments either.