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