Next: About this document ... Up: XML Enhancements to Java™ Previous: Platform Notes


XJ Distribution Details

As mentioned in Section 2.1, the XJ distribution consists of two .zip archives. Description of the contents of the archives is provided below.

xj-bin-<version>.zip

The XJ binary distribution. This distribution contains all the files needed to compile and run XJ programs on the command line, some sample XJ programs, and the PDF version of this manual. This is the only archive you need to compile and run XJ programs. The directory structure is as follows:

XJJDT/   XJ installation main directory  
|- bin/   Scripts for compiling and running XJ programs  
|- doc/   XJ documentation (this file)  
|- lib/   The XJ compiler and runtime JARs  
|- licenses/   Licenses governing the XJ distribution  
|- regression/   The XJ regression testing framework  
|- samples/   Sample XJ programs and build script  
`- share/   External JARs that XJ uses  

xj-src-<version>.zip

The modified source files from the Eclipse JDT that the XJ compiler is based on. This file does not need to be downloaded to run XJ. The directory structure is as follows:

XJJDT/   XJ installation main directory  
`- src/   Source directory  
   |- batch/   Modified JDT batch runner sources  
   `- compiler/   Modified JDT compiler sources  

Note: These files are released as required by, and under the terms of the CPL.

The <version> can also be in the form of <date>-<time>.



Next: About this document ... Up: XML Enhancements to Java™ Previous: Platform Notes
XJ Group 2005-09-13