需要在该项目文件夹下.idea/workspace.xml中添加
<component name="PropertiesComponent"> ... <property name="dynamic.classpath" value="true" /> </component>
我的问题得到了解决。
Posted 与君共舞
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Idea报错Command line is too long相关的知识,希望对你有一定的参考价值。
需要在该项目文件夹下.idea/workspace.xml中添加
<component name="PropertiesComponent"> ... <property name="dynamic.classpath" value="true" /> </component>
我的问题得到了解决。
以上是关于Idea报错Command line is too long的主要内容,如果未能解决你的问题,请参考以下文章
idea报错Error running $classname: Command line is too long. Shorten command line for $classname.
Intellij IDEA运行报错Command line is too long的处理解决方法
idea解决Command line is too long. Shorten command line for ServiceStarter or also for Application报错
idea报错:Error running $classname: Command line is too long. Shorten command line for $classname.(示例代码
Idea运行报错Error running ‘Application‘: Command line is too long的解决方法