users@jaxb.java.net

Re: Can I run a JAXB 2.0 developed application on a J2SE 1.4.2_10 runtime ?

From: Dmitri Colebatch <dim_at_colebatch.com>
Date: Thu, 9 Feb 2006 20:23:31 +1100

Hi Markus,

The short answer is no - JAXB2 requires a 1.5 JVM. I have no
experience with JAXB1 but I believe that will work on a 1.4JVM, as
does XmlBeans which offers similar functionality.

cheers
dim

On 09/02/06, Markus Karg <markus.karg_at_quipsy.de> wrote:
>
> Hello JAXB Community,
>
> I'm a newbie to JAXB 2.0 and have a simple question:
>
> On our development machines, we are running JDK 1.5.0_06, but the developed
> application has to run inside a J2EE 1.4 compliant client container (and
> such ontop of J2SE 1.4.2_10). Is this possible? Can we applications produced
> with JAXB 2.0 / J2SE 1.5.0_06 on a J2SE 1.4.2_10 runtime?
>
>
> Thanks
> Markus