Invoking Java main method with parameters from Eclipse

后端 未结 6 821
终归单人心
终归单人心 2020-11-28 05:59

During development (and for debugging) it is very useful to run a Java class\' public static void main(String[] argv) method directly from inside Eclipse (using th

6条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 06:26

    I'm not sure what your uses are, but I find it convenient that usually I use no more than several command line parameters, so each of those scenarios gets one run configuration, and I just pick the one I want from the Run History.

    The feature you are suggesting seems a bit of an overkill, IMO.

提交回复
热议问题