Run options

Compiler tab picture

The run options keeps settings for running classes from Xelfi. User can set following features:

Here is the detailed description:

Java interpreter path

This keeps the path to the java interpreter program. When the user runs a class new process is created with this text as a command line. The name of the class to run is appended into the end of the command line.

Main class

This text line keeps the name of the main class - the class which will be used when Compile main class , Run main class items are selected, and as a default class for the debugger.

Arguments

Here user can set arguments passed to class when running it.

Customize standart I/O window

When running a class xelfi will show special window for watching its output and for entering its input.

Initial applet size

It is the dimension to which applet will be resized (when running an applet). Special value -1 means that the applet viewer will use applets preferred size.