![]() |
![]() |
|||||||||||||||||||||||||||
XML4J comes packaged as a ZIP file for Windows NT and 95/98 and as a tar.gz file for AIX. You will need to unzip the Windows distribution into a directory using either unzip or pkzip or a GUI utility like winzip. The UNIX distribution should first be uncompressed (using the GNU gunzip command). Then run tar -xvf on the resulting .tar file to extract the files. Windows NT/95/98 unzip xml4j_2_0_6.zip This command will create an xml4j_2_0_6 sub-directory (in the current directory) which contains everything. UNIX (all flavors) gunzip xml4j_2_0_6.tar.gz tar xvf xml4j_2_0_6.tar These commands will create an xml4j_2_0_6 sub-directory (in the current directory) which contains everything.
|