> From: deniz [mailto:denizdurmu...@gmail.com] 
> Subject: JDK Version Mismatch

> Unsupported major.minor version 51.0

Looks like your diagnosis is backwards.  Version 51.0 is from a class built 
with JDK 7, trying to be loaded by an older version of the JVM - which means 
your Tomcat is actually running on JRE/JDK 6, and you built your .war file (or 
some component therein) with JDK 7.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to