Re: Unsupported major.minor version 49.0

2006-02-02 Thread Christian Bollmeyer
ot; [EMAIL PROTECTED] To : user@struts.apache.org Cc : Date : Wed, 01 Feb 2006 14:53:00 -0500 Subject : Re: Unsupported major.minor version 49.0 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Unsupported major.minor version 49.0

2006-02-02 Thread David Durham
Laurie Harper wrote: Right, because by default a 1.4 compiler will target a 1.4 runtime. If you then try to run it on 1.3 you'll have problems unless you override the runtime target when using the 1.4 compiler. And this is typically done by specifying "-target" and optionally "-source" argume

Re: Unsupported major.minor version 49.0

2006-02-02 Thread Laurie Harper
h 1.3 within one project -- Initial Header --- From : "news" [EMAIL PROTECTED] To : user@struts.apache.org Cc : Date : Wed, 01 Feb 2006 14:53:00 -0500 Subject : Re: Unsupported major.minor version 49.0 That's simply not true. How

Re: Unsupported major.minor version 49.0

2006-02-01 Thread starki78
: Unsupported major.minor version 49.0 > That's simply not true. However, if you weren't specifically targeting a > Java 1.3 runtime when you were using the 1.5 JDK, you will need to > recompile your code using the new JDK. > > L. > > starki78 wrote: > >

Re: Unsupported major.minor version 49.0

2006-02-01 Thread Laurie Harper
That's simply not true. However, if you weren't specifically targeting a Java 1.3 runtime when you were using the 1.5 JDK, you will need to recompile your code using the new JDK. L. starki78 wrote: Hi all classes you use in the project have to be compiled with the same jre! -- Initia