Where to output the generated binary

Property definitions

nitc :: java_compiler $ ToolContext :: opt_output
	# Where to output the generated binary
	var opt_output = new OptionString("Output file", "-o", "--output")
src/compiler/java_compiler.nit:33,2--34,67