Intellij IDEA2020.x社区版运行报command line is too long. shorten command line for xxx 错误解决办法

Intellij IDEA2020.x社区版运行报command line is too long. shorten command line for xxx 错误解决办法

解决方法

在项目/.idea/workspace.xml文件中添加一行代码如下:

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

如下图所示,请注意红框内容:

posted @ 2022-03-26 10:24  itwetouch  阅读(319)  评论(0编辑  收藏  举报