idea任务RUN 运行报错

报错:Error running ‘IncrementAll’: Command line is too long. Shorten command line for IncrementAll

错误介绍:什么命令行太长?我也不是很懂
解决方式:
Run ——>Edit Configurations
idea报错:Error running name: Command line is too long.
选择:JAR manifest
idea报错:Error running name: Command line is too long.
点击apply,然后OK返回
最后在项目界面:.idea中编辑workspace.xml文件
在 里
添加一行
然后就可以正常测试代码了。。。。

相关文章: