如何解决IntelliJ IDEA运行时出现的命令行过长问题?
- 内容介绍
- 文章标签
- 相关推荐
本文共计252个文字,预计阅读时间需要2分钟。
错误信息概述如下:Error running 'xxx': Command line is too long. Shorten command line for 'xxx' or also for Application default configuration.
解决方案(1):找到项目下的.idea/workspace.xml文件,在component name=xxx 标签内进行修改。
本文共计252个文字,预计阅读时间需要2分钟。
错误信息概述如下:Error running 'xxx': Command line is too long. Shorten command line for 'xxx' or also for Application default configuration.
解决方案(1):找到项目下的.idea/workspace.xml文件,在component name=xxx 标签内进行修改。

