Passing command-line arguments to executed applications
To pass command-line arguments to executed Java applications:
- Select the object in the Explorer.
- Choose Build | Set Arguments from the main menu.
- Enter the arguments in the dialog box, separated by spaces.
or
- Select the object and open its property sheet (by choosing View | Properties from the main menu).
- Click the Execution tab and type the argument in the
Arguments
property.Note: This applies only to application arguments, not to Java virtual machine arguments (which must be configured on the object's executor - see Adding and modifying service types).
Contents | Prev | Next | Index |