Run/Debug page
The Run/Debug Properties page of the Project Properties dialog box lets you enter command-line arguments to pass your application or applet at run time.
To display this page,
- Choose Run|Parameters, or
- Choose File|Project Properties, then click Run/Debug.
Dialog box options
Default Runnable File
The name of the runnable file. Click the drop-down list to choose one of the files in your project.
Command Line Parameters
Parameters to pass to the command line compiler, either bmj (Borland Maker for Java) or bcj (Borland Compiler for Java).
Java VM Parameters
Parameters to pass to the Java Virtual Machine (VM) compiler.
Compile Project before Debugging
Compiles the project before starting the Debugger. This option is on by default.
Console I/O
Sends output to the console.
Send Run Output to Execution Log
Sends the output to the Execution Log window.
Send Run Output to Console Window
Sends the output to the task Console Window.
Default
Resets all dialog box options to their default settings.
See also:
User's Guide: Sending command-line arguments to your program