Ditto
It is apparent you forgot to read the FAQ on asking questions
http://www.catb.org/~esr/faqs/smart-questions.html#beforesaying '
saying "please help" doesnt help your cause when you fail to do any of the 
preliminary legwork yourself
you should remember those of us out here are helping you (the highly paid 
consultant) for no compensation
Martin

----- Original Message ----- 
From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Thursday, December 22, 2005 2:36 PM
Subject: RE: JRE versions (UNCLASSIFIED)


> From: Samara, Fadi N Mr ACSIM/ASPEX 
> [mailto:[EMAIL PROTECTED] 
> Subject: JRE versions (UNCLASSIFIED)

Although you appear to have posted your message twice, you didn't bother
to tell us the Tomcat version you are using.

> My eclipse environment's JRE is 1.5

But the one Tomcat is using is 1.4.

> I placed tools.jar in the common/lin directory.

Bad idea to put the same jar in multiple places.  Leave it in
JAVA_HOME/lib where it belongs.  If you're using Tomcat 5.5, you don't
need tools.jar at all.  If using an earlier version, include
JAVA_HOME/lib on your classpath when you launch Tomcat.

> root cause 
> java.lang.UnsupportedClassVersionError: 
> servlets/CompileServlet (Unsupported major.minor version 49.0)

This indicates you're running a 1.4 JVM and trying to load a 1.5
classfile.

 - 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to