Scroll to navigation

JANINOC(1) General Commands Manual JANINOC(1)

NAME

Janino - a runtime Java Compiler.

SYNOPSIS

janinoc [options] source-file ...

DESCRIPTION

OPTIONS

-d output-dir Where to save class files

Where to look for other source files
Encoding of source files, e.g. "UTF-8" or "ISO-8859-1"
More output.
Generate all, no, or only some debugging info.
Issue certain warnings, examples:
	-warn:*		All warnings
	-warn:IASF	Only warn against implicit access to static fields
	-warn:*-IASF	Enables all warnings, except those against implicit access to static fields
	-warn:*-IA*+IASF Enables all warnings, except those against implicit accesses, but do warn against implicit access to static fields
Compile all source files, even if the class files seems up-to-date
Prints a help message

AUTHORS

The Janino Team http://janino.net/
Arno Unkrig <aunkrig@codehaus.org>
July 2007 Janino