users@jaxb.java.net

Re: JAXB framework jar files required at runtime

From: Ed Mooney <Ed.Mooney_at_sun.com>
Date: Fri, 11 Jul 2003 10:04:18 -0400

Hi Gagan,

You'll need:

jaxb-api.jar
jaxb-impl.jar
jaxb-libs.jar
jax-qname.jar
namespace.jar
relaxngDataype.jar
xsdlib.jar

See http://java.sun.com/webservices/docs/1.2/ReleaseNotes.html.

Regards,
--
Ed Mooney         |Sun Microsystems, Inc.|Time flies like
Java Web Services |UBUR02-201            |an arrow, but
Ed.Mooney_at_Sun.COM |1 Network Drive       |fruit flies like
781-442-0459      |Burlington, MA  01803 |a banana. Grouchoa
Gagan Bhatnagar wrote:
>
> Hi,
>
> For deployment of my application, I'd like to include only the JAXB jar
> files required at runtime (and, exclude the jar files that are used only
> for generating src files from the schema). Can I safely exclude the jar
> files in jwsdp-shared/lib ?
>
> Could someone indicate what are the jar files required "at runtime" for
> JAXB ?
>
> Thanks in advance,
> Gagan