Next: , Previous: , Up: Options for target language compilation   [Contents][Index]


9.21.3 Options for compiling Java code


--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
–no-javac-flags
--java-flags options
–no-java-flags

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
–no-java-classpath

Set the classpath for the Java compiler and interpreter.


--java-runtime-flags options
–no-java-runtime-flags

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.