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:
Passes compiler options to the Java compiler, as shown in the following example:
-C-classpath=/user/jdk/bin
Passes interpreter options to the Java interpreter, as shown in the following example:
-J-Duser.language=ja
The options available to pass to the interpreter depend on the release and brand of Java you are using.
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 ]