Specifying Program Arguments
You can pass command-line arguments to a standalone project's main method when you load the project for debugging or when you run the project.
To pass arguments to a standalone project:
- Click the Project's button

on the JDE main toolbar.
- Choose Project -> Edit.
- Click the Run tab.
- Type the arguments in the Program Arguments box.
Type the arguments as if you were typing them on the command line. Do not include the program name. If the argument includes a space, enclose it in quotation marks (for example, "arg 1").
- Click OK.