• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Easy Eclipse and JBoss plug-in

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know that this topic have already been discussed a lot but I'm not succeeding on that installation.
So, I describe below step by step what I've done to see if someone can help, ok?
1. I've installed EasyEclipse Server Java Version: 1.2.2.2
2. I've downloaded jboss-4.2.2.GA into C:\JBoss\jboss-4.2.2.GA => under this directory I checked the sub-directories bin, client, docs, lib and server
3. I created the environment variable JBOSS_HOME pointing to C:\JBoss\jboss-4.2.2.GA
4. Now I'm confused how to connect the JBOSS installation to EasyElipse ...
I go to Windows/Preferences/Server option Installed Runtimes and click on Add, then select JBoss v4.0 under JBoss folder and click Next.
This is the point where I don't know what to do because if I fill in the Application Server Directory browsing to C:\JBoss\jboss-4.2.2.GA I get the message error: Missing classpath entry C:\Ismael\JBoss\jboss-4.2.2.GA\server\default\lib\javax.servlet.jar

I'm stuck on it.

Please, could anyone tell me what I'm doing wrong or missing something?

Thanks!!!
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can't help you fix the problem (I don't have EasyEclipse) but I can tell you what the problem is. Between 4.0.x and 4.2.x, various JAR files changed names/locations. The "JBoss v4.0" option you are using expected everything to be where it was in 4.0.x. You really need a "Jboss v4.2" option, and only the EasyEclipse developers could tell you if such an animal exists.

By the way, even the "JBoss v4.0" option might not work for all versions of JBossAS 4.0.x because the team tended to move things around and even replace/update entire subsystems between point releases. Fortunately, they have been better with 4.2.x point releases (one of the few benefits from the Red Hat acquisition).
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic