Specify any command-line options that should be set for the Java compiler. The following example shows how to specify the source compatibility of a specified release with Oracle's reference compiler:
-source 1.6
Your product may use a different option.