Re: More tutorial questions

2007-09-18 Thread Jim Cushing

That class was built for JDK 1.5/Java 5, and you're running JDK 1.4.

Is running Java 5 an option for you? If not, you might be able to re- 
compile XWork for 1.4.


On Sep 18, 2007, at 2:50 PM, Slattery, Tim - BLS wrote:


What's with com.opensymphony.xwork2.ActionSupport?
I don't see anything like that in the Struts 2.0.9 package
I downloaded. Did I miss something?


OK, I found that in the xwork-2.0.4.jar library, not in the struts2- 
core

library, where I expected it.

Now I get this message when I try to compile HelloWorld:

quote
Cannot access class com.opensymphony.xwork2.ActionSupport; class file
has wrong version 49.0, should be 45.3 or 46.0 or 48.0.
/quote

Now what's going on?




--
Tim Slattery
[EMAIL PROTECTED]




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



Re: More tutorial questions

2007-09-18 Thread Dave Newton
--- Jim Cushing [EMAIL PROTECTED] wrote:
 Is running Java 5 an option for you? If not, you
 might be able to re-compile XWork for 1.4.

Or use the retrotranslater included in the S2 download
and convert the XWork jar as well as the S2 ones
already converted.

d.


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



RE: More tutorial questions

2007-09-18 Thread Slattery, Tim - BLS
 That class was built for JDK 1.5/Java 5, and you're running JDK 1.4.

Ahh.
 
 Is running Java 5 an option for you? If not, you might be 
 able to re- compile XWork for 1.4.

Eventually. At the moment we're using BEA Weblogic 8.x. That supports
java 1.4, and it doesn't support servlets 1.4 either. We've looked at
Weblogic 9.x, but it seems to be flakey. I think it'll be a while before
we move up.


--
Tim Slattery
[EMAIL PROTECTED]


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