Rachel McConnell wrote:

> Exception stack trace:
> -------------------------------------------------
> java.lang.UnsupportedClassVersionError: org/apache/jsp/setup/index_jsp
> (Unsupported major.minor version 49.0)

You're trying to run a Java 1.5 class on a Java <=1.4 VM. Either start Tomcat 
with a JVM 1.5 or recompile your WebApp with the target VM's compiler.

Regards
  mks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to