This is the command used to invoke your schema generator. For example, for the Oracle's reference JAXB implementation, we provide scripts on Solaris(TCKDIR/solaris/bin/schemagen.sh), on Windows(TCKDIR\win32\bin\schemagen.bat), and on Linux(TCKDIR/linux/bin/schemagen.sh) platforms that generate schemas from java files.

The schemagen script supports the following mandatory command-line options:

Usage: schemagen -cp <arg> -d <dir> <java files>
Options:
  -cp <arg> : specifies class search path
  -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.