That problem is definitely a jvm version issue. Run:

java -showversion

to see what version you have in the path and make sure it is 1.5 (1.6 should
be fine also)

musachy

On 5/7/07, Jack Yu <[EMAIL PROTECTED]> wrote:

Ok,

I'm using JDK 1.6 and JVM 1.6 now, and I still have the same problem.

I also tried to use JDK 1.5, but still have the same problem.

===================================================================
007-05-07 14:55:21 StandardContext[/manager]HTMLManager: start: Starting
web
application at '/struts2-blank-2.0.6'
2007-05-07 14:55:21 StandardContext[/struts2-blank-2.0.6]Exception
starting
filter struts2
java.lang.UnsupportedClassVersionError:
org/apache/struts2/dispatcher/FilterDispatcher (Unsupported major.minor
version 49.0)
        at java.lang.ClassLoader.defineClass0(Native Method)

============================================================================
===



-----Original Message-----
From: Patrick J Kobly [mailto:[EMAIL PROTECTED]
Sent: Monday, May 07, 2007 1:09 PM
To: Struts Users Mailing List
Subject: Re: problem with Struts 2 setup -The requested resource
(/struts2-blank-2.0.6/) is not available

Download a more recent JVM for Tomcat to use.  Looks like struts needs
1.5+...

PK
Jack Yu wrote:
> Ok, I found the error from the log
> ==========================================================
> 2007-05-07 12:51:55 StandardContext[/manager]HTMLManager: start:
Starting
> web application at '/struts2-blank-2.0.6'
> 2007-05-07 12:51:56 StandardContext[/struts2-blank-2.0.6]Exception
starting
> filter struts2
> java.lang.UnsupportedClassVersionError:
> org/apache/struts2/dispatcher/FilterDispatcher (Unsupported major.minor
> version 49.0)
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
"Hey you! Would you help me to carry the stone?" Pink Floyd

Reply via email to