Link to home
Start Free TrialLog in
Avatar of krishnamukuntha
krishnamukunthaFlag for United States of America

asked on

how to use 3rd party jars in jboss

Hi
   i have an complete J2EE application currently runing fine in weblogic and webphere.
I want to port the same in JBOSS.
In my application we are using many 3rd paty Jars.
Can any one pls tell how to have the same(jars) in JBOSS environment appilicable for my application alone.
"The directory sturcture and how to configure the classpath for the jars" will be greatly appriciated



Avatar of TimYates
TimYates
Flag of United Kingdom of Great Britain and Northern Ireland image

Can't you just make an Enterprise Archive?  (EAR)

Like there is JAR for java code, and WAR for web application, there is EAR for enterprise application...

This is a very old document...but it gives you the general idea...

Tim
Any help?
Avatar of krishnamukuntha

ASKER

I found it on my own. By setting appropriate class path i am able to use any jars.

any way thanks for support.

krish
ASKER CERTIFIED SOLUTION
Avatar of TimYates
TimYates
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I would like to give this points to u
for pointing me to some what helpful doc.
it helpemd in other areas also
thanks again
:-)

Glad I helped :-)

Good luck with it!  And thanks!!

Tim