is single-instance run configuration. Are you sure you want to stop the running one?
默认IDE是不能重复运行main方法的,运行一个main后再次运行会弹出下面的弹出框提示。
修改配置如下
去掉Single instance only的勾选框即可。
本文介绍了解决IDE中无法重复运行Main方法的问题。通过取消勾选Singleinstanceonly选项,可以实现连续运行多个实例。
默认IDE是不能重复运行main方法的,运行一个main后再次运行会弹出下面的弹出框提示。
修改配置如下
去掉Single instance only的勾选框即可。
416
506
2041

被折叠的 条评论
为什么被折叠?