Netbeans how to set command line arguments in Java

前端 未结 10 1303
陌清茗
陌清茗 2020-11-27 16:36

I am trying to set command line arguments in a Netbeans 7.1 Java project on Windows 7 64 bit.

Netbeans is not passing the arguments I give it.

I go to

10条回答
  •  孤城傲影
    2020-11-27 17:14

    For passing arguments to Run Project command either you have to set the arguments in the Project properties Run panel

提交回复
热议问题