当你看到如下代码:
public static void main(String[] args) throws Exception {
if (args.length != 1) {
System.out.println("Sorry, please give rightArgs!");
return;
}
............................省略。
我们便需要想办法向main方法的注入参数,可是怎么注入呢?
1、右键当前类,Run As------------>Run Configurations-------->
2、如图:
希望对大家有所帮助,谢谢!还请多多支持我哦,呵呵