Eclipse Mars not showing Jboss Server
Asked Answered
A

4

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

Adalai answered 7/7, 2015 at 7:46 Comment(3)
Why don't you go with my proposition here: #31246459. Install JBoss Tools from the Eclipse marketplace.Makell
That i already done but still not appearing..check added image for reference in questionAdalai
Sorry i did not found any instruction inside eclipse before installing itAdalai
L
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

Leukoderma answered 7/7, 2015 at 10:50 Comment(2)
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 ?Adalai
I tried running eclipse with jdk8 but jboss servers are still not visible in the list. Any guesses ?Enchiridion
E
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.

Edgardoedge answered 7/7, 2015 at 10:50 Comment(4)
No i am running with Java7Adalai
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.Edgardoedge
That dialogue i did not get but u r right its Java8 issueAdalai
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".Cinerarium
R
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

Rehearsal answered 20/8, 2015 at 14:9 Comment(1)
If Eclipse does not show JBoss in "Add Server" window, it will not show JBoss in Runtime Environments either.Cinerarium
T
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...

Terra answered 3/1, 2016 at 18:39 Comment(1)
Not necessarily, most Eclipse "installers" are just ZIP files: eclipse.org/downloads/packages/release/mars/2Cinerarium

© 2022 - 2024 — McMap. All rights reserved.