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