Steve R Burrs wrote:
> 
>  I was trying to see a simple servlet when I got the following server
>  error! What does that mean, a "UnsupportedClassVersionError" and how
>  do I go about fixing this problem in hopefully the quickest way possible??

Usually something along the lines of running a class compiled with
Java5 without the 1.4 compatibility option turned on on a 1.4 JVM or
something similar.

Recompilation is usually the quickest fix.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to