Intellij IDEA运行报Command line is too long.Shorten command linefor ...

Posted Mr.zhou_Zxy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Intellij IDEA运行报Command line is too long.Shorten command linefor ...相关的知识,希望对你有一定的参考价值。

运行报错

解决方案

修改workspace.xml文件

修改内容

找到以下内容

<component name="PropertiesComponent">
...
</component>

添加一行配置

<component name="PropertiesComponent">
...
     <property name="dynamic.classpath" value="true" />
...
</component>

以上是关于Intellij IDEA运行报Command line is too long.Shorten command linefor ...的主要内容,如果未能解决你的问题,请参考以下文章