Menu:
Edit - Reset to last default values:
This will change the entries in the window to the current default values.
Edit - Save as default values:
This will make the current values specified in the window the default
values.
Java VM:
You must select a Java VM here. This VM will be used for running the compiled program. Normally this will be the command 'java' (or Java.EXE) from your JDK. If you select jdb (or Jdb.EXE), you will get the java debugger running in the console from where Jedi has been started.
Java VM Options:
You can set some options for the VM here. These options are directly passed to the VM. Read the documentation of your jdk to see which options are available.
Program Arguments:
This string will be passed to your main() method as command line arguments.