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 change the Run Configuration every time.
Is there a way I can make Eclipse prompt me for command line arguments every time I run the program?
Add
string_promptas aProgram Argumentin theRunconfiguration.There are also a
file_promptand afolder_promptif you want specifically files\folders.These are available through the
Variablesbutton on the(x)= Argumentstab of the Run Configuration dialog.