I want to set up a new JBoss Server in Eclipse Indigo.

But unfortunately there are no types in the "New server" window for me to choose from. Clicking "Download additional server adapters" also doesn't help, since the JBoss server can't be found there.

As far as I can remember, Eclipse Helios offered a way to set up a JBoss server.

See here for a screenshot of the empty "New Server" window.

P. S.: I'm using the Eclipse IDE for Java Developers.

link|improve this question

You might want to check the Eclipse error log (found under .metadata\.log in your workspace). – Vineet Reynolds Aug 17 '11 at 12:51
feedback

1 Answer

up vote 2 down vote accepted

That version of Eclipse is missing most of the web tools you will want. Use the "Eclipse IDE for Java EE Developers" version instead: http://eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigor.

Otherwise, you will need to install the Web Tools Project (WTP) modules yourself. The servers will be there, too.

link|improve this answer
Now I'm using the JEE edition and the server types are here again. – New Talk Aug 18 '11 at 11:33
I installed already some WTP plugins, starting off a Java Eclipse installation. Do you know exactly which WTP plugins are needed to see some server type? Thanks – superjos Jan 12 at 16:34
nevermind, found: WST server adapters in Web Tools Platform (WTP) – superjos Jan 12 at 16:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.