> From: Matthias Adam [mailto:[EMAIL PROTECTED] 
> Subject: wrong version 49.0, should be 48.0 - tried everything
> 
> I already read all kinds of threads about this topic, but I 
> still get from Tomcat the error posted below (basically: 
> "class file has wrong version 49.0, should be 48.0").

This is not a message coming out of the JVM classloader.  Just
speculating here, but it looks like your JSP is dependent on some class
compiled as 1.5, and this version of Jasper can't handle it.  You might
try recompiling your library classes with -target 1.4 (assuming you're
not using 1.5 syntax).

I've not heard of Eclipse requiring the invoker servlet (really
unfortunate if it does), but then I don't use Eclipse.

 - 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 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