• 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

Missing required library jboss-boot.jar

 
Ranch Hand
Posts: 681
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am running the following tutorial : Tutorial for building J2EE Applications using JBOSS and ECLIPSE .

The example asks for Jboss 3.2.1 but I am using Jboss 3.2.5, when I try to build the example I get the following errors:

Missing required library : jboss-boot.jar
Missing required library : jdom.jar
Missing required library : javagroups-2.0
Missing required library : jbossmqha.jar
Missing required library : jts.jar

Have these jars been depreciated in Jboss 3.2.5 if so what have they been replaced with or do I need to download them as seperate jars.

I cannot find the Jboss 3.2.1.zip file and would rather continue working with Jboss 3.2.5 thanks for any help.

Tony
 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
create the following file and put it under server dir :
 
Tony Evans
Ranch Hand
Posts: 681
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks John,
I managed to sort out the problem out replaced jboss3251all.server with jboss325all.server.

This file can be found at : http://www.kawaz.jp/pukiwiki/?JBoss%203.2.3%A2%AA3.2.4

Tony
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic