Fortunately I solved my problem. What I had overseen is that there was in my 
project sturcture an old "tools.jar" file, which was made for Java 1.4. 
Deleting this file finally made Tomcat compile the files.

Thanx anyway!

-------- Original-Nachricht --------
Datum: Thu, 28 Sep 2006 07:40:54 -0500
Von: "Caldarale, Charles R" <[EMAIL PROTECTED]>
An: "Tomcat Users List" <users@tomcat.apache.org>
Betreff: RE: wrong version 49.0, should be 48.0 - tried everything

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

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

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