2010/2/19 Bill Bohnenberger <bill98...@gmail.com>:
> Struts 2 documentaion at *
> http://struts.apache.org/2.x/docs/building-the-framework-from-source.html*
> implies (at the bottom of the page) that only java 1.5 is required. But when
> I deploy my app to a tomcat 5.5.27 server using jdk 1.5.0_20, I get the
> UnsupportedClassVersionError below. Am I right in believing that this error
> is because some struts class file has been compiled with a later java
> version?

I don't think so, it looks like your classes were compiled with older
Java version. Comment out all your actions and try redeploy.


Regards
-- 
Łukasz
http://www.lenart.org.pl/
Kapituła Javarsovia 2010
http://javarsovia.pl

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to