On Mon, Jul 27, 2009 at 4:44 PM, desi<raovi...@gmail.com> wrote:
> is java.lang.Unsupport
> edClassVersionError: Bad version number in .class file

That means that you are running the application on a jvm whose version
is older that the version that the code was compiled for, the code was
probably compiled with/for 1.6 and it is running in 1.5

musachy

-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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

Reply via email to