How to make Eclipse prompt me for command line arguments

Add string_prompt as a Program Argument in the Run configuration.

 ${string_prompt}

There are also a file_prompt and a folder_prompt if you want specifically files\folders.

These are available through the Variables button on the (x)= Arguments tab of the Run Configuration dialog.

Leave a Comment