Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
Download JAXB Reference Implementation
How to download JAXB Reference Implementation?
✍: FYIcenter.com
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)
2017-06-23, ∼7465🔥, 2💬
Popular Posts:
maven-core-3.5.4.jar is the JAR file for Apache Maven 3.5.4 Core module. Apache Maven is a software ...
HttpComponents Core Source Code Files are provided in the source package file, httpcomponents-core-5...
JDK 11 jdk.compiler.jmod is the JMOD file for JDK 11 Compiler tool, which can be invoked by the "jav...
What Is commons-logging-1.2.jar? commons-logging-1.2.jar is the JAR file for Apache Commons Logging ...
How to display types defined in an XML Schema file with the xs\QueryXS.java provided in the Apache X...