compile

compile

Synopsis
compile [ --test ] [ --level <level> ] <className> compile a class to native code
Details
The compile command uses the native code compiler to compile or recompile a class on the shell's class path. The <className> argument should be the fully qualified name for the class to be compiled

The --level option allows you to select the optimization level. The --test option allows you to compile with the "test" compilers.

This command is primarily used for native code compiler development. JNode will automatically run the native code compiler on any class that is about to be executed for the first time.