Sebi
Sebi

Reputation: 8953

How to deploy on JBoss AS 7 from Eclipse Juno?

I'm using Eclipse Juno and want to test my Java web app in JBoss AS 7. How do I configure Eclipse so that it starts JBoss AS 7 and deploys the war? Also remote debugging should work. It seems I can't use JBoss Tools as they are only released for the previous Eclipse versions (Indigo and Helios).

Any pointers?

Upvotes: 1

Views: 12975

Answers (4)

Azhaguvel A
Azhaguvel A

Reputation: 629

Please find the below steps to add JBoss Tools for Eclipse Juno

  1. Go to Help -> Eclipse Marketplace
  2. Type JBoss Tools in the Find text box
  3. You can see the JBoss Tools (Juno) icon in the listed items with install button
  4. Click on the install button
  5. Restart your Eclipse to reflect.

Upvotes: 0

Ashutosh Jindal
Ashutosh Jindal

Reputation: 18869

It seems that the current stable releases of JBoss Tools supports Eclipse Indigo (3.7.2) and Helios (3.6.x) as detailed here :

Is there a Beta Update site for Juno ?

This page has the details of the update site for Juno :

Instructions will be posted after the first Juno-compatible milestone is available.

Until then, just point your Eclipse 4.2 (Juno) installation at this site to install the latest nightly build. Note that there is no guarantee of quality with a nightly, nor do we guarantee it won't set your computer on fire.

Update site : JBoss Tools - Core - Nightly Build Update Site

It bears repeating, that the above is unstable at the moment.

Stability of JBoss Tools Beta for Juno ?

From this page:

Since the first version of Eclipse Juno is arriving soon it is worth mentioning that JBoss Tools from its updatesite can be installed on top of Juno.

It is though not guaranteed everything works, we know that especially Hibernate Dali/JPT integration have issues since here the API has changed greatly.

But if you are a Juno early-adopter then do please try run JBoss Tools on it and if you find issues let us know in the forum or on JIRA.

Also, this might be of interest :

Our latest Beta, soon coming CR1 runs on Eclipse Juno (3.8/4.2) except for the Eclipse Dali/JPA integration

Upvotes: 3

Sri
Sri

Reputation: 4853

This stable version of JBoss Tools 4.0.0 works well with Eclipse 4.2 (Juno).

Steps :

Note : You can also download JBoss Tools as individual zips for offline installation.

Refer :JBoss Tools 4.0.1.Final Stable Release

Upvotes: 0

Łukasz Woźniczka
Łukasz Woźniczka

Reputation: 1695

I use Eclipse Juno and I installed Jboss Tool for helios version.

Works like a charm.

Upvotes: 0

Related Questions