How to make Eclipse prompt me for command line arguments

前端 未结 3 429
臣服心动
臣服心动 2020-11-30 17:26

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

3条回答
  •  独厮守ぢ
    2020-11-30 18:03

    In addition you can add a string to the prompt by using ${string_prompt:My Prompt Text} which will show the dialog box with 'Please input a value for My Prompt Text'.

提交回复
热议问题