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 ...的主要内容,如果未能解决你的问题,请参考以下文章

解决: Intellij IDEA 运行报错 Command line is too long

错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( End of statement expected )

Intellij IDEA 快捷键(Mac)

如何为所有 IntelliJ IDEA 配置默认的“Shorten command line”方法(或其他运行/调试配置选项)?

IntelliJ IDEA运行eclipse的web项目报错的问题

IntelliJ IDEA中运行Tomcat报内存溢出(java.lang.OutOfMemoryError: PermGen space)