KOPI | ||
---|---|---|
Prev | Chapter 2. The KOPI Kopi Java Compiler | Next |
Once you have added kjc.zip in your CLASSPATH you can launch KJC by typing the following command at the prompt:
%java at.dms.kjc.Main
The command line options currently supported by KJC are (KJC --help):
-verbose: prints out information during compilation
-version: prints out the version number.
-java: generates Java source code instead of class (with fully qualified types).
-beautify: beautifies the source code (doesn't check codes).
-classpath cl: changes class path to cl.
-d dest: writes files to dest.
-multi: compiles in multi thread mode.
-nowrite: only checks files, doesn't generate codes.
-warning: shows warning messages (may be turned on by default in next release).
-wase: treats warning as error.
-fast: compiles as fast as possible (disabled in this release).
-deprecation: tests for deprecated members.
-O0: does not optimize.
-OX: optimizes X times.
Prev | Home | Next |
The KOPI Kopi Java Compiler | Up | Auditing features |