RE: java.lang.UnsupportedClassVersionError ?

2005-04-15 Thread Peter Crowther
From: Pawson, David [mailto:[EMAIL PROTECTED] Been trying out java 1.5 Now back to using 1.4.2.06 When I run what was a working servlet, I'm getting the above error, and 'Unsupported major.minor version 49.0' Is this Tomcat or java please? Java. A .class file has been compiled

Re: java.lang.UnsupportedClassVersionError ?

2005-04-15 Thread Viorel Dragomir
Your jsp files are compiled using jdk1.5. Remove these files from tomcat's working directory. [ (..)tomcat/work ] Viorel Dragomir . .. --- - Original Message - From: Pawson, David To: Tomcat Users List Sent:

RE: java.lang.UnsupportedClassVersionError ?

2005-04-15 Thread Pawson, David
-Original Message- From: Peter Crowther 'Unsupported major.minor version 49.0' Is this Tomcat or java please? Java. A .class file has been compiled with a more recent compiler than the runtime that's in use. Did you compile the servlet