[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NoClassDefFoundError for jars that are in the
jaikiran
do-not-reply at jboss.com
Mon Nov 17 08:37:03 EST 2008
Create a folder named "lib" at the EAR root and place these jars inside that lib folder:
myapp.ear
| |
| |--- META-INF
| | |
| | |--- application.xml
| | |
| | |--- [other appropriate files]
| |
| |--- lib
| | |
| | |--- *.jar (the utility jar files)
| |
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189797#4189797
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189797
More information about the jboss-user
mailing list