I want to run my C++ application in Netbeans with 2 terminal arguments. I tried looking under Project Properties > Run, but I only get the following screen.

I tried tinkering with all of the fields, but none of them altered terminal arguments. How do I specify terminal arguments?
You put them after the
"${OUTPUT_PATH}"inRun Command. For example, if you wanted to pass1as an argument, this is what it should look like:"${OUTPUT_PATH}" 1