This is the command used to invoke your schema compiler. For example, for the Oracle JAXB implementation, we provide scripts on Solaris(TCKDIR/solaris/bin/xjc.sh), on Windows(TCKDIR\win32\bin\xjc.bat), MacOS(TCKDIR/macos/xjc.sh) 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 -p <pkg> -d <dir> <schema file>
Options:
  -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.