Download JAXB Reference Implementation

Q

How to download JAXB Reference Implementation?

✍: FYIcenter.com

A

Java Architecture for XML Binding (JAXB) is a Java API that allows Java developers to map Java classes to XML representations.

If you want to try JAXB API, you can download its Reference Implementation as described below:

1. Go to JAXB Reference Implementation java.net Website.

2. Click "Download" link on the right to download jaxb-ri-2.3.1.zip.

3. Save the downloaded file in \fyicenter folder.

4. Unzip the download file jaxb-ri-2.3.1.zip.

5. All files are extracted in \fyicenter\jaxb-ri folder.

6. Review extracted files:

fyicenter$ ls -l \fyicenter\jaxb-ri
  -rw-r--r--  37651 Sep 12  2018 License.txt
  -rw-r--r--  44182 Sep 12  2018 ThirdPartyLicenseReadme.txt
  drwxr-xr-x    204 Sep 12  2018 bin
  drwxr-xr-x    646 Sep 12  2018 docs
  drwxr-xr-x    578 Sep 12  2018 mod
  drwxr-xr-x   1292 Sep 12  2018 samples

fyicenter$ ls -l \fyicenter\jaxb-ri\mod
  -rw-r--r--   311876 Sep 12  2018 FastInfoset.jar
  -rw-r--r--   160125 Sep 12  2018 codemodel.jar
  -rw-r--r--    59948 Sep 12  2018 dtd-parser.jar
  -rw-r--r--    25523 Sep 12  2018 istack-commons-runtime.jar
  -rw-r--r--    27596 Sep 12  2018 istack-commons-tools.jar
  -rw-r--r--    56674 Sep 12  2018 javax.activation-api.jar
  -rw-r--r--   128076 Sep 12  2018 jaxb-api.jar
  -rw-r--r--   132058 Sep 12  2018 jaxb-jxc.jar
  -rw-r--r--  1093432 Sep 12  2018 jaxb-runtime.jar
  -rw-r--r--   986956 Sep 12  2018 jaxb-xjc.jar
  -rw-r--r--    15601 Sep 12  2018 relaxng-datatype.jar
  -rw-r--r--   317643 Sep 12  2018 rngom.jar
  -rw-r--r--    36073 Sep 12  2018 stax-ex.jar
  -rw-r--r--    70288 Sep 12  2018 txw2.jar
  -rw-r--r--   426721 Sep 12  2018 xsom.jar

 

Download JAXB 2.2.7 Reference Implementation

What Is Reference Implementation of JAXB

Reference Implementation of JAXB (Java Architecture for XML Binding)

⇑⇑ FAQ for jaxb-*.jar - Java Architecture for XML Binding

2017-06-23, 6664🔥, 2💬