No types in Eclipse Indigo's "New server" window
Asked Answered
L

2

8

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.

Leotie answered 17/8, 2011 at 12:39 Comment(1)
You might want to check the Eclipse error log (found under .metadata\.log in your workspace).Hyponasty
D
4

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.

Dissonance answered 17/8, 2011 at 13:5 Comment(3)
Now I'm using the JEE edition and the server types are here again.Leotie
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? ThanksMoratorium
nevermind, found: WST server adapters in Web Tools Platform (WTP)Moratorium
O
6

You can add Java EE Development tools in to the existing IDE too.

Go to

  • Help
  • Install New Software
  • Select "Juno - http://download.eclipse.org/releases/juno" in the work with drop down
  • Expand Web,XML,Java EE and OSGi Development & Select Java EE Developer Tools.
  • Also add WST Server Adapters, JST Server Adapters and JST Server Adapters Extensions
Orobanchaceous answered 22/12, 2012 at 15:33 Comment(1)
Actually, not only Java EE Developer Tools, but also WST Server Adapters, JST Server Adapters and JST Server Adapters Extensions.Wuhu
D
4

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.

Dissonance answered 17/8, 2011 at 13:5 Comment(3)
Now I'm using the JEE edition and the server types are here again.Leotie
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? ThanksMoratorium
nevermind, found: WST server adapters in Web Tools Platform (WTP)Moratorium

© 2022 - 2024 — McMap. All rights reserved.