XDK for Java: XML Java Class Generator
 Installing XML Java Class Generator
Installing the Oracle XML Java Class Generator, is described in the following sections.
 XML Java Class Generator: Windows NT Installation
To install Oracle XML Class Generators on Windows NT, follow these steps:
- Install  JDK-1.1.x. or above and either unzip or run the WinZip executable. 
 - Download the Oracle XML Class Generator for Java in ZIP format from http://technet.oracle.com/tech/xml/classgen
 
This  Class Generator for Java uses 54Kb. Select the following:
- Software,  from the XML top menu > 
 - Oracle XML Class Generator for Windows NT
 
 - Unzip xmlclassgenV1_0_0.zip into a directory. For example:
   
C:\[your directory]>unzip xmlclassgenV1_0_0.zip 
   
 - The result should be the following files and directories: 
 
- license.html -- copy of license agreement
 - readme.html -- release and installation notes
 - doc\ -- directory for documents
 - lib\ -- directory for classgen class files
 - sample\ --  sample code files
 
 
 XML Java Class Generator: UNIX Installation
To install Oracle XML Class Generator for Java in UNIX, follow these steps:
- Install  JDK-1.1.x or above and GNU gzip. 
 - Download the Oracle XML Class Generator for Java in .tar.gz format from 
 
http://technet.oracle.com/tech/xml/classgen
This  Class Generator for Java uses 41Kb.  Select the following:
- Software,  from the XML top menu > 
 - Oracle XML Class Generator for UNIX
 
 - Extract the distribution package into a directory.  For example:
   
#gzip -dc xmlclassgenV1_0_0.tar.gz | tar xvf - 
   
 -  The result should be the following files and directories: 
 
- license.html --  copy of license agreement
 - readme.html -- release and installation notes
 - doc/ -- directory for documents
 - lib/ -- directory for classgen class files
 - sample/ --  sample code files