Hi, you have to put your additional jar files in the main directory of your ear file. Then you have to include them in the MANIFEST.MF of your jar (the EJB that needs the jars). Here is a MANIFEST.MF example (it must be in the META-INF subdirectory): Manifest-Version: 1.0 Created-By: Andreas Mecky Class-Path: mysuper.jar andanother.jar oracle.jar sybase.jar
WBR Andreas ----- Original Message ----- From: "Artur Jonak" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: Wednesday, August 21, 2002 10:03 AM Subject: [JBoss-user] Custom jar libs in my EJB app > > Hi, > > Does anybody know where in ear file I can put jar libraries which are > required by my application (like third-party software). > Is there any dedicate place like for web apps in WEB-INF/lib? > > Regards, > Artur > ____________________________________________ > > Pozdrawiam, > AJ > > <mailto:[EMAIL PROTECTED]> > ____________________________________________ > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Yahoo! präsentiert als offizieller Sponsor das Fußball-Highlight des Jahres: - http://www.FIFAworldcup.com ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
