I know I can configure command line arguments in the Run configuration but I want to run a java file multiple times with different command line arguments. It\'s a pain to ch
Add string_prompt as a Program Argument in the Run configuration.
string_prompt
Program Argument
Run
${string_prompt}
There are also a file_prompt and a folder_prompt if you want specifically files\folders.
file_prompt
folder_prompt
These are available through the Variables button on the (x)= Arguments tab of the Run Configuration dialog.
Variables
(x)= Arguments