> 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 with a more recent compiler than
the runtime that's in use.  Did you compile the servlet with the 1.5
javac?  If so, clean out the .class files and recompile with 1.4.2.

                - Peter

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

Reply via email to