users@jaxb.java.net

Re: endorsed jars

From: Ryan Shoemaker - JavaSoft East <Ryan.Shoemaker_at_Sun.COM>
Date: Mon, 30 Aug 2004 10:48:45 -0400

Jorge Medina wrote:

> I am using JAXB. There are some jar files under
> jwsdp-1.4\jaxp\lib\endorsed
>
> When do I require those jar files ?
>
> It seems my application runs without those.
>

I believe it depends on which version of the JDK you are using. JAXB
used to be sensitive to the version of xercesImpl.jar which is why we
officially tell people to use the one under JAXP. If you're using
JDK 1.4 or higher, then you're probably safe without the JAXP jars
because you will get them from the JDK. If you're using JDK 1.3 and
letting JAXB pick up xercesImpl from an older version of Ant, then you
might start running into trouble.

Thanks,

--Ryan


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net