Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run jBoss AS 7 with eclipse 3.6(helios)?

For some reason, I need to upgrade my JBOSS server to JBOSS AS 7, but I found that that default latest adapter is just for AS 5. Any Suggestions?

Right now I'm using JBOSS AS 4.2 and eclipse 3.6(helios), after a quick search I find I can either upgrade both my eclipse to 3.7 indigos and JBOSS 7, or I can use eclipse 3.6 with JBOSS 6. Since I have plugins on my current IDE, install a new eclipse isn't my first choice, then how can I run JBOSS 7 with eclipse 3.6?

Thank you.

Yao

like image 276
post2626 Avatar asked Jul 23 '11 19:07

post2626


1 Answers

Download the "Development" version of JBoss tools, which includes the latest Jboss AS Adapter for JBoss 7, by pasting this URL into Exclipse --> Help menu --> install new software:

http://download.jboss.org/jbosstools/updates/development/indigo/

like image 136
willtardy Avatar answered Sep 28 '22 04:09

willtardy