Re: NoClassDefFoundError Exception

2010-01-28 Thread Saeed Iqbal
Jars are in the maven dependency list? On Thu, Jan 28, 2010 at 3:59 PM, LotusHeart wrote: > > Hello, > I am quite new in Struts2 > Even I have the same errors.The jar files mentioned above are available > there but still it gives me the same error > Please tell me the solution here > > Jan 28, 2

Re: NoClassDefFoundError Exception

2008-05-20 Thread Felipe Lorenz
hu very strange, because i have the fallows jar: antlr-2.7.2.jar commons-beanutils-1.6.jar commons-chain-1.1.jar commons-logging-1.0.4.jar commons-logging-api-1.1.jar commons-validator-1.3.0.jar freemarker-2.3.8.jar ognl-2.6.11.jar oro-2.0.8.jar struts2-core-2.0.11.1.jar xworks-2.0.4.jar and To

Re: NoClassDefFoundError Exception

2008-05-20 Thread Rushikesh Thakkar
You need to have xwork-2.0.*.jar file in your WEB-INF/lib folder. -Rushikesh On Tue, May 20, 2008 at 6:40 PM, Felipe Lorenz <[EMAIL PROTECTED]> wrote: > Hi folks. > > When i start the tomcat 5.5 this exception appear to me: > 20/05/2008 08:48:03 org.apache.catalina.core.StandardContext filterSta

Re: NoClassDefFoundError Exception

2008-05-20 Thread Jim Kiley
In 99% of cases, when you see a NoClassDefFoundError, it means you are missing a jar file. Is xwork-2.x.x.jar in your WEB-INF/lib folder? On Tue, May 20, 2008 at 12:40 PM, Felipe Lorenz <[EMAIL PROTECTED]> wrote: > Hi folks. > > When i start the tomcat 5.5 this exception appear to me: > 20/05/20