On Thursday 12 February 2009 23:37:05 aum strut wrote:
> This Error generally comes when the compilation JRE and running JRE  are
> not same, have you developed the code used in the Struts application and in
> java application on same enviornment??
>

Specifically, you get this when you compile for a platform newer than you are 
running on... For instance, compile with jre 1.6 with 1.6 as the target, then 
try to run on 1.4. You'll get the bad version # exception.

-Wes


-- 

Wes Wannemacher
Author - Struts 2 In Practice 
Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more
http://www.manning.com/wannemacher


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

Reply via email to