Re: Need Help w. A UnsupportedClassVersionError.

2006-08-30 Thread Mark Thomas
Steve R Burrs wrote: > > I was trying to see a simple servlet when I got the following server > error! What does that mean, a "UnsupportedClassVersionError" and how > do I go about fixing this problem in hopefully the quickest way possible?? Usually something along

Need Help w. A UnsupportedClassVersionError.

2006-08-30 Thread Steve R Burrus
I was trying to see a simple servlet when I got the following server error! What does that mean, a "UnsupportedClassVersionError" and how do I go about fixing this problem in hopefully the quickest way possible?? HTTP

RE: UnsupportedClassVersionError

2005-12-08 Thread Larry Isaacs
[EMAIL PROTECTED] > Sent: Thursday, December 08, 2005 8:06 AM > To: 'Tomcat Users List' > Subject: UnsupportedClassVersionError > > Hi, > > > > I recently uploaded an updated Struts application to a remote > server. Now I get this message (below: > Un

RE: UnsupportedClassVersionError

2005-12-08 Thread Peter Crowther
> -Original Message- > From: e-Denton Subscriber [mailto:[EMAIL PROTECTED] [...] > java.lang.UnsupportedClassVersionError: com/sun/tools/javac/Main > (Unsupported major.minor version 49.0) I suspect the tools.jar in your classpath is from Java 1.5, not Java 1.4. Certainly *something*

UnsupportedClassVersionError

2005-12-08 Thread e-Denton Subscriber
Hi, I recently uploaded an updated Struts application to a remote server. Now I get this message (below: UnsupportedClassVersionError). I am using Tomcat 5.0.27. I do have 5.5 on that system, but everything points to 5.0.27 (as far as I can tell). I am running Java 1.4.2_01_b06. I have the