Search code examples
eclipsejakarta-eejbossapplication-server

eclipse indigo cannot create new server jboss 5.1


I have installed Eclipse EE Indigo and I want to create a new instance of Jboss server, version 5.1, but this option is not available. The latest version of Jboss server I can create is 5.0.

Do I need to install something within Eclipse in order to be able to create a Jboss 5.1 server?


Solution

  • I have installed Eclipse EE Indigo and I want to create a new instance of Jboss server, version 5.1, but this option is not available. The latest version of Jboss server I can create is 5.1.

    So...you want to create a server instance for version 5.1, but the latest version you can create is 5.1? That doesn't make any sense. Do you really mean 7.1?

    Do I need to install something within Eclipse in order to be able to create a Jboss 5.1 server?

    Yes, you need to install the JBoss Tools in Eclipse.

    In Eclipse (Indigo) click on "Help" -> "Install New Software", and add this URL as a repository: http://download.jboss.org/jbosstools/updates/development/indigo/

    If I remember right, the one you're going to need is the "Web and Java EE Development." Or "Select All" just to make sure.

    That worked for me.