Next: Options for compiling C# code, Previous: Options for compiling C code, Up: Options for target language compilation [Contents][Index]
--java-compiler javac
--javac javac
Specify which Java compiler to use. The default is ‘javac’.
--java-interpreter java
Specify which Java interpreter to use. The default is ‘java’.
--javac-flags options
--java-flags options
Specify options to be passed to the Java compiler. These options will not be quoted when passed to the shell.
--javac-flag option
--java-flag option
Specify a single word option to be passed to the Java compiler. The word will be quoted when passed to the shell.
--java-classpath path
Set the classpath for the Java compiler and interpreter.
--java-runtime-flags options
Specify options to be passed to the Java interpreter. These options will not be quoted when passed to the shell.
--java-runtime-flag option
Specify a single word option to be passed to the Java interpreter. The word will be quoted when passed to the shell.