This is the command used to invoke your schema compiler. For example, for the Oracle's reference JAXB implementation, we provide scripts on Solaris(TCKDIR/solaris/bin/xjc.sh), on Windows(TCKDIR\win32\bin\xjc.bat), and on Linux(TCKDIR/linux/xjc.sh) platforms, that compile the schemas into class files.
The xjc script supports the following mandatory command-line options:
Usage: xjc -cp <arg> -p
<pkg> -d <dir> <schema file>
Options:
-cp <arg> : specifies
class search path
-p <pkg> : specifies
the target package
-d <dir> : generated
files will go into this directory
Type the path in the text box, or select the path from the pull-down menu.