Home | Previous Page | Next Page   Processing Embedded SQLJ Source Code > Setting Options >

Setting Options on the Command Line

Options on the command line override any options set in default files. If the same option appears more than once on the command line, the translator uses the final (rightmost) option's value.

Command-line option names are case sensitive.

You can attach prefixes to options to pass the option to the Java compiler or to the Java interpreter. If you do not use a prefix, the option is passed to the SQLJ translator.

The prefixes are:

Do not use the -C prefix with the -d and -encoding options; when you specify these SQLJ translator options, they are automatically passed to the Java compiler.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]